Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 595 Bytes

Backup with restic and rsync

Usage:

restic

  • Create environment, e.g. b2.env:
  • Add password to the repo to %env%.pass, e.g. b2.pass
  • Run restic.sh %env%

rsync

  • Create environment, e.g. ext.env:
    • Specify destination with RSYNC_DEST
    • Specify what to backup with BACKUP_DIR_PATH
  • Run rsync.sh %env%