From 74bfc8b7d79cbf6025e8389d00a3f96d0d33c454 Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Wed, 3 Sep 2008 03:54:13 -0400 Subject: [PATCH 1/1] hcoop-backup: Directory itself must be owner-writable. Otherwise it can't be deleted. --- hcoop-backup | 1 + 1 file changed, 1 insertion(+) diff --git a/hcoop-backup b/hcoop-backup index 3a65811..d771434 100755 --- a/hcoop-backup +++ b/hcoop-backup @@ -162,6 +162,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 # Complain to admins if there are unknown files -- 2.20.1