Skip to content

Instantly share code, notes, and snippets.

@daedric
Created June 25, 2020 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daedric/77e2444ebf1fb13fd06ce3a936d39233 to your computer and use it in GitHub Desktop.
Save daedric/77e2444ebf1fb13fd06ce3a936d39233 to your computer and use it in GitHub Desktop.
#!/bin/ksh
. /root/backup/env-restic
RESTIC=/root/backup/restic
$RESTIC self-update
$RESTIC backup --verbose /home/ /var/excision* /etc/excision/ /var/www/openpgpkey
$RESTIC forget --keep-monthly 6 --keep-last 7 --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment