summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-09 12:04:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-09 12:04:26 -0300
commit1a6243d65c7dd184ff7ebb1de38a05bdf55270b5 (patch)
tree25720e25503b5066ce63aa06f26d33dd133688b8
parent7636637b36a55a8add54ddb72d172b09d428453e (diff)
downloadhydra-1a6243d65c7dd184ff7ebb1de38a05bdf55270b5.tar.gz
hydra-1a6243d65c7dd184ff7ebb1de38a05bdf55270b5.tar.bz2
Fixing orig/dest on ecryptfs-home's rsync
-rwxr-xr-xshare/hydractl/ecryptfs-home2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/ecryptfs-home b/share/hydractl/ecryptfs-home
index 2719d7b..eb1db24 100755
--- a/share/hydractl/ecryptfs-home
+++ b/share/hydractl/ecryptfs-home
@@ -94,7 +94,7 @@ if [ ! -z "$SERVER" ]; then
echo "Syncing files from $USER's home on $SERVER..."
rsync -avz --exclude=.ecryptfs --exclude=.Private --exclude=.unison \
- /home/$USER/ $SERVER:/home/$USER/
+ $SERVER:/home/$USER/ /home/$USER/
fi
# Final recommendation