Created
December 19, 2008 08:24
-
-
Save matthewtodd/37920 to your computer and use it in GitHub Desktop.
Local rsnapshot config to backup ${HOME} to external hard drive
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 /Volumes/Suspenders/ | |
no_create_root 1 | |
cmd_rm /bin/rm | |
cmd_rsync /opt/local/bin/rsync | |
cmd_logger /usr/bin/logger | |
interval nightly 3 | |
lockfile /Users/mtodd/.rsnapshot.pid | |
backup /Users/mtodd/ Shoes/ |
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
0 22 * * * /opt/local/bin/rsnapshot -c /Users/mtodd/.rsnapshot.conf nightly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment