Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.
/ gdriveEncBackup Public archive

Creates incremental Tar backup, then encrypts it with GnuPG PubKey, creates par2 volumes for redundancy, uploads it go GoogleDrive

Notifications You must be signed in to change notification settings

casaper/gdriveEncBackup

Repository files navigation

gdriveEncBackup

  • creates incremental Tar backup
  • encrypts it with GnuPG
  • creates PAR2 parity volumes for data safety
  • uploads the gpg encrypted archive plus par2 sets to gDrive
  • dumps all the information related to the backup as JSON to a dumpfile (for possible future use)

I created this for making my headless and unattended remote backups to Google Drive. Public Key encryption offers the benefit of having the files backed up stored strongly encrypted on Google Drive and no sensitive secret is stored on the headless machine either.

Needs:

Tested only on Ubuntu Thrusty.

And a only slightly on OS X Yosemite tested version. OS X's date, df, du, act different

About

Creates incremental Tar backup, then encrypts it with GnuPG PubKey, creates par2 volumes for redundancy, uploads it go GoogleDrive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages