diff options
Diffstat (limited to 'share/hydractl/backup-copy-sites')
-rwxr-xr-x | share/hydractl/backup-copy-sites | 4 |
1 files changed, 4 insertions, 0 deletions
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 |