Skip to content

Instantly share code, notes, and snippets.

@yonester
Last active December 23, 2015 09:49
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 yonester/6617350 to your computer and use it in GitHub Desktop.
Save yonester/6617350 to your computer and use it in GitHub Desktop.
ezsync config file concept
{
"excludes": [
"$RECYCLE.BIN",
"RECYCLER",
"RecoveryBin",
"System Volume Information",
"Thumbs.db",
"desktop.ini",
"Desktop.ini",
"*.SYS",
"msdownld.tmp",
"AUTOEXEC.BAT",
"AlbumArt*",
"autorun"
],
"flags": "-avi --progress",
"profiles": {
"photos": {
"source": "~/Photos",
"target": "/media/usbdrive1/backup/Joe",
},
"videos": {
"source": "~/Videos",
"target": "/media/usbdrive1/backup/Joe",
"excludes": ["School"]
},
"docs": {
"source": "~/Documents",
"target": "pi@backupserver:/media/usbdrive1/Documents"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment