FAQ
Can I use TKLBAM to only backup a single directory?
Yes. Here are a couple of recommended ways to do this: Create a separate backup with an empty backup profile: export TKLBAM_REGISTRY=/var/lib/tklbam.srv export …
Topic
12 matching pages
FAQ
Yes. Here are a couple of recommended ways to do this: Create a separate backup with an empty backup profile: export TKLBAM_REGISTRY=/var/lib/tklbam.srv export …
FAQ
Yes. For example, let's say your default TKLBAM backup is several gigabytes in size and you'd like to create a lighter 100 MB backup that will be updated more frequently and take …
FAQ
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
By default TKLBAM is designed to work with S3 automatically, and this is the easiest and safest option. In manual mode, TKLBAM can also work with non-S3 storage addresses, but …
FAQ
Every TurnKey appliance that TKLBAM supports has a corresponding backup profile, which is downloaded from the Hub when you initialize TKLBAM. The profile is used to calculate the …
FAQ
By adding a negative override to /etc/tklbam/overrides: echo -/var/www/*/logs >> /etc/tklbam/overrides
FAQ
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 …
FAQ
By adding a negative database override to /etc/tklbam/overrides: # exclude drupal7 database echo -mysql:drupal7 >> /etc/tklbam/overrides # exclude sessions table in drupal8 …
FAQ
A full backup is a backup that can be restored independently of any other backup. An incremental backup links with the last backup before it and only includes changes made since …
FAQ
By default, a full backup will happen if the last full backup is older than 30 days. Between full backups, all backup sessions are incremental. We recommend enabling the daily …
FAQ
No, but if you backup more frequently (e.g., hourly instead of daily), we strongly recommend creating full backups more frequently - daily or weekly instead of monthly (I.e., the …
FAQ
Sorry, if your server is gone (e.g., terminated EC2 instance) nobody can help you. Next time either save an escrow key somewhere[s] safe or don't set a passphrase. Don't …