GNOME Backups: update BACKUPS_DIR var
This commit is contained in:
parent
f4d611986d
commit
687f6ff8d2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ MACHINES='signal.gnome.org
|
|||
bugzilla-new.gnome.org
|
||||
socket.gnome.org'
|
||||
|
||||
BACKUP_DIR='/fedora_backups/gnome/'
|
||||
BACKUP_DIR='/gnome_backups/'
|
||||
|
||||
for MACHINE in $MACHINES; do
|
||||
rsync -avz -e 'ssh -F /usr/local/etc/gnome_ssh_config' --bwlimit=2000 $MACHINE:/etc/rsyncd/backup.exclude $BACKUP_DIR/excludes/$MACHINE.exclude
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue