hcoop-backup: Update file permissions after run.
authormwolson_admin <mwolson_admin@deleuze.hcoop.net>
Tue, 2 Sep 2008 14:39:39 +0000 (10:39 -0400)
committermwolson_admin <mwolson_admin@deleuze.hcoop.net>
Tue, 2 Sep 2008 14:39:39 +0000 (10:39 -0400)
hcoop-backup

index 51d4a79..3a65811 100755 (executable)
@@ -160,6 +160,11 @@ tar -C /var/backups/databases/ -cf - . | \
   ccrypt -k $KEYFILE -e | \
   $MOVE_OVER $CURDATE $F
 
   ccrypt -k $KEYFILE -e | \
   $MOVE_OVER $CURDATE $F
 
+# Update file permissions so that rsync.net can access the backups
+chmod -R go=,u-w $RSYNCDIR
+chown -R rsync $RSYNCDIR
+
+# Complain to admins if there are unknown files
 grep '[a-z/]' complain && \
   mail -a 'From: The Backup Program <backups@deleuze.hcoop.net>' \
        -s "automated message: annoying files found on deleuze (please do something about them)" admins@hcoop.net \
 grep '[a-z/]' complain && \
   mail -a 'From: The Backup Program <backups@deleuze.hcoop.net>' \
        -s "automated message: annoying files found on deleuze (please do something about them)" admins@hcoop.net \