Skip to content

Instantly share code, notes, and snippets.

@matthewtodd
Created December 19, 2008 08:24
Show Gist options
  • Save matthewtodd/37920 to your computer and use it in GitHub Desktop.
Save matthewtodd/37920 to your computer and use it in GitHub Desktop.
Local rsnapshot config to backup ${HOME} to external hard drive
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/
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