From db26935e3b30005dd1653de9b042ad7fdec99142 Mon Sep 17 00:00:00 2001 From: Andrea Veri Date: Thu, 24 Mar 2016 11:00:30 +0000 Subject: [PATCH] GNOME Backups: LOGS_DIR var is not used anywhere, remove it --- files/gnome/backup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/files/gnome/backup.sh b/files/gnome/backup.sh index 12bb668535..ac666ce9e4 100644 --- a/files/gnome/backup.sh +++ b/files/gnome/backup.sh @@ -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