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