From 1a6243d65c7dd184ff7ebb1de38a05bdf55270b5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 9 Jul 2013 12:04:26 -0300 Subject: Fixing orig/dest on ecryptfs-home's rsync --- share/hydractl/ecryptfs-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3