FAQ

How do I tune and optimize a TKLBAM backup?

One of my favorite ways to do this: # step 1: generate a backup dump tklbam-backup --dump=/tmp/mybackup # step 2: interactively review the dump's file contents & disk usage cd …

FAQ

How do I add a directory to my backup?

By adding an override to /etc/tklbam/overrides: echo /mnt/images >> /etc/tklbam/overrides Or on the command line: tklbam-backup /var/www/*/logs Make sure you understand the …