1
0
Fork 0

more rsync excludes for osx

Dieser Commit ist enthalten in:
Jeffrey Paul 2018-07-18 01:37:32 -04:00
Ursprung ff3c279d7c
Commit 4b670478e2
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -12,6 +12,9 @@ OSX_RSYNC_HOME_EXCLUDE+=' --exclude=**/Pictures/Lightroom/Lightroom?Catalog-2?Sm
OSX_RSYNC_HOME_EXCLUDE+=' --exclude=**/Library/Caches'
OSX_RSYNC_HOME_EXCLUDE+=' --exclude=**/Library/Mail'
OSX_RSYNC_HOME_EXCLUDE+=' --exclude=**/Library/Homebrew'
OSX_RSYNC_HOME_EXCLUDE+=' --exclude=**/Pictures/Photos?Library.photoslibrary'
OSX_RSYNC_HOME_EXCLUDE+=' --exclude=**/Library/Application?Support/Google'
export OSX_RSYNC_HOME_EXCLUDE
OSX_RSYNC_APPLICATIONS_EXCLUDE=""