From: Chris Koeritz Date: Sun, 15 May 2016 18:35:04 +0000 (-0400) Subject: updated for new set of dirs that we want to backup in home. X-Git-Tag: 2.140.90~525 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a191d54a5a9197c943713c3b5433b4aa921234ab;p=feisty_meow.git updated for new set of dirs that we want to backup in home. --- diff --git a/scripts/archival/serene_backer_upper.sh b/scripts/archival/serene_backer_upper.sh index 10c1e06a..1cf83b54 100644 --- a/scripts/archival/serene_backer_upper.sh +++ b/scripts/archival/serene_backer_upper.sh @@ -68,7 +68,7 @@ synch_to_backup /etc /z/backup/etc/ ############## -for subdir in albums deepcore fred/Maildir git sharedspam svn trac www-data ; do +for subdir in fred/Maildir git sharedspam svn trac www-data ; do synch_to_backup /home/$subdir /z/backup/home/$subdir done