From 37ea0a30e7b8815910cfb1e51970b0460ea21c17 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Tue, 18 Jun 2013 04:47:07 +0200 Subject: jsaccess: update demo file --- jsaccess/doc/put_your_encrypted_files_here.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'jsaccess/doc/put_your_encrypted_files_here.txt') diff --git a/jsaccess/doc/put_your_encrypted_files_here.txt b/jsaccess/doc/put_your_encrypted_files_here.txt index 162e0ba..3e2eb80 100644 --- a/jsaccess/doc/put_your_encrypted_files_here.txt +++ b/jsaccess/doc/put_your_encrypted_files_here.txt @@ -4,11 +4,12 @@ decrypted OK ! To a new file to download: -$ ./store.sh README.txt -Enter passphrase used to encrypt: jsa -jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0 -CREATED jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/065e18a7f246b800242a778a6e8dd07a3321dac6 -UPDATED jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/index.txt - -$ rsync jsa/ user@_host:/var/www/htdocs/ - +$ ./store.sh add README.txt +Using store "jsa/store" +Enter encryption passphrase +> jsa +CREATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/065e18a7f246b800242a778a6e8dd07a3321dac6 +UPDATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/index.txt + +$ ./store.sh rset user@_host:/var/www/htdocs/jsa/ # Only the first time +$ ./store.sh push -- cgit v1.2.3-59-g8ed1b