GNOME Backups: LOGS_DIR var is not used anywhere, remove it

This commit is contained in:
Andrea Veri 2016-03-24 11:00:30 +00:00
parent f9886249e4
commit db26935e3b

View file

@ -33,7 +33,6 @@ MACHINES='signal.gnome.org
socket.gnome.org'
BACKUP_DIR='/fedora_backups/gnome/'
LOGS_DIR='/fedora_backups/gnome/logs'
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