hcoop-backup: Be sure that only root can read in-progress backups.
authormwolson_admin <mwolson_admin@deleuze.hcoop.net>
Wed, 3 Sep 2008 08:09:52 +0000 (04:09 -0400)
committermwolson_admin <mwolson_admin@deleuze.hcoop.net>
Wed, 3 Sep 2008 08:09:52 +0000 (04:09 -0400)
hcoop-backup

index d771434..2bf50f9 100755 (executable)
@@ -25,6 +25,7 @@ IFS=$'\n'
 RSYNCDIR=/vicepa/hcoop-backups/files
 rm -fr $RSYNCDIR
 mkdir -p $RSYNCDIR/$CURDATE
+chmod -R og= $RSYNCDIR
 
 # Initialize backup staging area
 mkdir -p $BACKUPTMP
@@ -163,7 +164,7 @@ tar -C /var/backups/databases/ -cf - . | \
 # Update file permissions so that rsync.net can access the backups
 chmod -R go=,u-w $RSYNCDIR
 chmod u+w $RSYNCDIR
-chown -R rsync $RSYNCDIR
+chown -R rsync $RSYNCDIR/$CURDATE
 
 # Complain to admins if there are unknown files
 grep '[a-z/]' complain && \