GNOME Backups: LOGS_DIR var is not used anywhere, remove it
This commit is contained in:
parent
f9886249e4
commit
db26935e3b
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ MACHINES='signal.gnome.org
|
||||||
socket.gnome.org'
|
socket.gnome.org'
|
||||||
|
|
||||||
BACKUP_DIR='/fedora_backups/gnome/'
|
BACKUP_DIR='/fedora_backups/gnome/'
|
||||||
LOGS_DIR='/fedora_backups/gnome/logs'
|
|
||||||
|
|
||||||
for MACHINE in $MACHINES; do
|
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
|
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