aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/backup-copy-sites
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-09 21:12:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-09 21:12:44 -0300
commitaf6a7306d64f04e3beb4ae45eb6320ac7e9b866c (patch)
tree57b772545d91a0d7aa1f6514d0c95e681494aebb /share/hydractl/backup-copy-sites
parent048e111c64459e33640b3030ad5f38ff05c6d41d (diff)
downloadhydra-af6a7306d64f04e3beb4ae45eb6320ac7e9b866c.tar.gz
hydra-af6a7306d64f04e3beb4ae45eb6320ac7e9b866c.tar.bz2
Avoid backing up and copying the backups site (2)
Diffstat (limited to 'share/hydractl/backup-copy-sites')
-rwxr-xr-xshare/hydractl/backup-copy-sites2
1 files changed, 1 insertions, 1 deletions
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