Skip to content

Instantly share code, notes, and snippets.

@ryochin
Created January 21, 2017 10:21
Show Gist options
  • Save ryochin/e0d03e1b8b4ff4753ad30af0dae70962 to your computer and use it in GitHub Desktop.
Save ryochin/e0d03e1b8b4ff4753ad30af0dae70962 to your computer and use it in GitHub Desktop.
rsnapshot.conf
config_version 1.2
snapshot_root /mnt/rsnapshot/
retain hourly 24
retain daily 7
retain weekly 4
retain monthly 12
retain yearly 10
logfile /var/log/rsnapshot.log
lockfile /var/run/rsnapshot.pid
rsync_short_args -a
rsync_long_args --delete-after --numeric-ids --relative --delete-excluded
link_dest 1
sync_first 1
backup /mnt/rsnapshot/current/app/myproject/ myproject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment