Created
January 21, 2017 10:21
-
-
Save ryochin/e0d03e1b8b4ff4753ad30af0dae70962 to your computer and use it in GitHub Desktop.
rsnapshot.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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