------------------------------------------------------------ revno: 250 committer: Sylvain Beucler <[email protected]> branch nick: infra timestamp: Sun 2010-12-19 18:18:51 +0100 message: Add savannah-backup.gnu.org + use 'atime' mount option modified: TODO backup/dl-confidential.sh backup/dl.sh
=== modified file 'TODO' --- a/TODO 2010-12-18 19:56:20 +0000 +++ b/TODO 2010-12-19 17:18:51 +0000 @@ -1,2 +1,1 @@ -- Mount filesystems with noatime - Update cvs/check_cvsroot
=== modified file 'backup/dl-confidential.sh' --- a/backup/dl-confidential.sh 2010-12-18 22:22:32 +0000 +++ b/backup/dl-confidential.sh 2010-12-19 17:18:51 +0000 @@ -2,9 +2,15 @@ # Confidential files -rsync -avHS [email protected]:/ colonialone.fsf.org/ \ +rsync -avHS [email protected]:/ confidential/colonialone.fsf.org/ \ --include '/root/' \ --include '/root/.ssh/' \ --include '/root/.ssh/authorized_keys' \ --include '/root/mirrors-contacts.txt' \ --exclude '*' + +rsync -avHS [email protected]:/ confidential/savannah-backup.gnu.org/ \ + --include '/root/' \ + --include '/root/.ssh/' \ + --include '/root/.ssh/authorized_keys' \ + --exclude '*' === modified file 'backup/dl.sh' --- a/backup/dl.sh 2010-12-18 22:39:14 +0000 +++ b/backup/dl.sh 2010-12-19 17:18:51 +0000 @@ -204,3 +204,18 @@ --include '/usr/src/patched/debs/README' \ \ --exclude '*' + +rsync -avHS [email protected]:/ savannah-backup.gnu.org/ \ + \ + --include '/root/' \ + --include '/root/restore.sh' \ + \ + --include '/etc/' \ + --include '/etc/cron.daily' \ + --include '/etc/cron.daily/check-savannah-backup' \ + \ + --include '/mnt/' \ + --include '/mnt/backup/' \ + --include '/mnt/backup/backup.sh' \ + \ + --exclude '*'
_______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
