diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-09 12:04:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-09 12:04:26 -0300 |
commit | 1a6243d65c7dd184ff7ebb1de38a05bdf55270b5 (patch) | |
tree | 25720e25503b5066ce63aa06f26d33dd133688b8 /share | |
parent | 7636637b36a55a8add54ddb72d172b09d428453e (diff) | |
download | hydra-1a6243d65c7dd184ff7ebb1de38a05bdf55270b5.tar.gz hydra-1a6243d65c7dd184ff7ebb1de38a05bdf55270b5.tar.bz2 |
Fixing orig/dest on ecryptfs-home's rsync
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/ecryptfs-home | 2 |
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 |