Skip to content

aleozlx/duplicity-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duplicity-scripts

My duplicity backup scripts

[stable] Backup using ssh backend

  • backup-ssh.sh
  • ignore (Exclude list for backup-ssh.sh)

Steps

  1. Install dependencies listed in comments inside backup-ssh.sh
  2. Ensure duplicity is installed
  3. Configure your ssh connection.. public key and such
  4. Create your ignore file (could add --dry-run to duplicity command for debugging)
  5. Change sourse/destination for your case
  6. Optionally, add the script to crontab or some other scheduler for automation

[stable] Backup using local storage + Google Cloud mirror storage

  • I set up deja-dup on my Ubuntu, but a script similar to backup-ssh.sh can be used
  • sync-gcloud.sh (Sync mirror storage)

Steps

  1. Set up a local storage based backup solution
  2. Enable Google Cloud Storage API
  3. Install and configure Google Cloud SDK
  4. Modify sync-gcloud.sh to your need

[out of maintainance] Backup using Google Drive backend

  • backup-gdrive.sh
  • requirements.txt (Dependencies)
  • google-drive (Google Drive API Credentials git-ignored)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages