Skip to content

Instantly share code, notes, and snippets.

@iahim
Created December 26, 2020 00:12
Show Gist options
  • Save iahim/4051c633f4312b0fa2a3290cab333bce to your computer and use it in GitHub Desktop.
Save iahim/4051c633f4312b0fa2a3290cab333bce to your computer and use it in GitHub Desktop.
# Use a shared / mounted folder to store your backups:
/share/all/
# BACKUP to local shared folder:
tklbam-backup --address file:///share/all/backup-core210
# create a key/password for your backup
tklbam-escrow /share/all/backup-core210-key
# RESTORE from local backup
tklbam-restore --address file:///share/all/backup-core210 --keyfile=/share/all/backup-core210-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment