updated for new set of dirs that we want to backup in home.
authorChris Koeritz <fred@gruntose.com>
Sun, 15 May 2016 18:35:04 +0000 (14:35 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 15 May 2016 18:35:04 +0000 (14:35 -0400)
scripts/archival/serene_backer_upper.sh

index 10c1e06a9f19668c3d48dc6952cef9f5a0e42f6d..1cf83b54cafb671a70c24ee63a62427a6a3f82be 100644 (file)
@@ -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