From af6a7306d64f04e3beb4ae45eb6320ac7e9b866c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Mar 2014 21:12:44 -0300 Subject: Avoid backing up and copying the backups site (2) --- share/hydractl/backup-copy-sites | 2 +- share/hydractl/backup-sites | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/hydractl/backup-copy-sites b/share/hydractl/backup-copy-sites index 250b7a8..cf302f8 100755 --- a/share/hydractl/backup-copy-sites +++ b/share/hydractl/backup-copy-sites @@ -39,7 +39,7 @@ fi # Copy each site. for site in $sites; do - if [ "$site" == "backup" ]; then + if [ "$site" == "backups" ]; then continue fi diff --git a/share/hydractl/backup-sites b/share/hydractl/backup-sites index e75d72f..ba034de 100755 --- a/share/hydractl/backup-sites +++ b/share/hydractl/backup-sites @@ -23,7 +23,7 @@ else fi for site in $sites; do - if [ "$site" == "backup" ]; then + if [ "$site" == "backups" ]; then continue fi -- cgit v1.2.3