Skip to content

Bash script for automating the process of backing-up files and GnuPG keys to LUKS-encrypted devices

Notifications You must be signed in to change notification settings

panda-roux-dev/luksbackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

luksbackup: a tool for backing up GnuPG keys and entire directories to luks-encrypted devices

* You will probably need to run this as root.

* Note that device names should not include the /dev/ prefix.
  They are assumed to only consist of the last part, i.e. 'sdb1'.

* Backing up private keys
** Use the -k flag to back up your private GnuPG keys to a 'gnupg' directory on the target devices
    usage: ./luksbackup.sh -k device1 device2 ...

* Backing up a directory
** Use the -d flag to back up a directory
    usage: ./luksbackup.sh -d srcdir device1 device2 ...

About

Bash script for automating the process of backing-up files and GnuPG keys to LUKS-encrypted devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages