Skip to content

This is a simple bash shell script that creates and restores an encrypted backup using GPG.

License

Notifications You must be signed in to change notification settings

DavidValin/tinybackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinybackup

This is a simple bash shell script that creates and restores an encrypted backup using GPG.

Tinybackup

Install

  • make

How to use it

  • backup: tinybackup b <source_folder> <destination_folder> <backup_name> <gpg_key_id>
  • recover: tinybackup r <backup_name> <target_folder> <gpg_key_id>

Dependencies

  • (ubuntu/debian): apt get gzip pv gnupg2
  • (archlinux): pacman -S gzip pv gnupg2

Use without installation

  • chmod +x tinybackup
  • ./tinybackup

About

This is a simple bash shell script that creates and restores an encrypted backup using GPG.

Resources

License

Stars

Watchers

Forks

Packages

No packages published