From a191d54a5a9197c943713c3b5433b4aa921234ab Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 15 May 2016 14:35:04 -0400 Subject: [PATCH] updated for new set of dirs that we want to backup in home. --- scripts/archival/serene_backer_upper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1