[D-community-commits] r376 - trunk/fai-config-dir/files/root/make_backup

holger at alioth.debian.org holger at alioth.debian.org
Thu Jan 29 14:02:36 UTC 2009


Author: holger
Date: 2009-01-29 14:02:35 +0000 (Thu, 29 Jan 2009)
New Revision: 376

Modified:
   trunk/fai-config-dir/files/root/make_backup/bikeshed
Log:
dont backup the backups... :)

Modified: trunk/fai-config-dir/files/root/make_backup/bikeshed
===================================================================
--- trunk/fai-config-dir/files/root/make_backup/bikeshed	2009-01-29 13:47:09 UTC (rev 375)
+++ trunk/fai-config-dir/files/root/make_backup/bikeshed	2009-01-29 14:02:35 UTC (rev 376)
@@ -27,7 +27,7 @@
   dirs="$ALL ${!i}"
   for j in $dirs ; do {
 	k=`echo $j | sed -e "s/\//_/g"`
-  	cd $base && nice tar czf $target/` date +%Y%m%d`_${i}${k}.tar.gz --numeric-owner --exclude './some/path/*' .$j 
+  	cd $base && nice tar czf $target/` date +%Y%m%d`_${i}${k}.tar.gz --numeric-owner --exclude './srv/backup/*' .$j 
   } done
 } done
 echo "`date` tar cleanup"




More information about the D-community-commits mailing list