Update of /cvsroot/fink/scripts/server-admin
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27645

Modified Files:
        do-backup.sh 
Log Message:
another exclude

Index: do-backup.sh
===================================================================
RCS file: /cvsroot/fink/scripts/server-admin/do-backup.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- do-backup.sh        3 Aug 2006 16:45:19 -0000       1.1
+++ do-backup.sh        4 Aug 2006 20:11:04 -0000       1.2
@@ -20,7 +20,7 @@
        [ $? -ne 0 ] && do_error "$1 exited non-zero"
 }
 
-do_command tar -C / --exclude='var/www/distfiles' --show-omitted-dirs --totals 
-czf "/tmp/${BACKUPFILE}" etc home root var usr/local
+do_command tar -C / --exclude='var/www/www.finkproject.org/bindist' 
--exclude='var/www/distfiles' --show-omitted-dirs --totals -czf 
"/tmp/${BACKUPFILE}" etc home root var usr/local
 do_command /usr/bin/rsync -av -e 'ssh -i /root/.ssh/id_nopass' 
"/tmp/${BACKUPFILE}" "$ACCOUNT":~/backups/
 do_command rm "/tmp/${BACKUPFILE}"
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to