[PC-BSD Commits] r4683 - pcbsd/trunk/lifePreserver/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 19 19:03:16 PDT 2009
Author: kris
Date: 2009-10-19 19:03:16 -0700 (Mon, 19 Oct 2009)
New Revision: 4683
Modified:
pcbsd/trunk/lifePreserver/scripts/start-backup.sh
Log:
Fixed rsync issues with sticky-bit files
Modified: pcbsd/trunk/lifePreserver/scripts/start-backup.sh
===================================================================
--- pcbsd/trunk/lifePreserver/scripts/start-backup.sh 2009-10-20 01:08:55 UTC (rev 4682)
+++ pcbsd/trunk/lifePreserver/scripts/start-backup.sh 2009-10-20 02:03:16 UTC (rev 4683)
@@ -22,6 +22,7 @@
rsync -avvz \
--delete \
--delete-excluded \
+ --perms --chmod=o-t \
--out-format='./%f %L PERM=%B UID=%U GID=%G SIZE=%l DATE=%M' \
--exclude-from ${EXCLUDELIST} \
--link-dest=../current \
More information about the Commits
mailing list