Skip to content

ddddddeon/backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Backup & Encrypt: A simple bash script that backs up a user-defined folder into a user-defined folder, compressing the contents, encrypting the .tar with GPG then deleting the unencrypted .tar, leaving an encrypted backup.

Usage:

./backup2.sh [/absolute/path/to/backup-folder] [/absolute/path/to/destination-folder]

  • Must use absolute paths!
  • Enter your PGP key when prompted.

If no arguments given:

  • Enter your source folder when prompted.
  • Enter your destination folder when prompted.
  • Enter your PGP key when prompted.

About

Bash script to backup & PGP-encrypt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages