Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. duply profile bkp --preview
  2. Start duply v2.0.2, time is 2017-08-15 23:07:05.
  3. Using profile '/home/thomas/.duply/profile'.
  4. Using installed duplicity version 0.7.13.1, python 2.7.13, gpg 2.1.23 (Home: /home/thomas/.gnupg), awk 'GNU Awk 4.1.4, API: 1.1 (GNU MPFR 3.1.5-p2, GNU MP 6.1.2)', grep 'grep (GNU grep) 3.1', bash '4.4.12(1)-release (x86_64-unknown-linux-gnu)'.
  5. Autoset found secret key of first GPG_KEY entry 'ABC' for signing.
  6. -- Run cmd -- Checking TEMP_DIR '/home/thomas/.duply/tmp' is a folder and writable --
  7. test -d '/home/thomas/.duply/tmp' && test -w '/home/thomas/.duply/tmp' 2>&1
  8. -- Run cmd -- Test - Encrypt to 'ABC' & Sign with 'ABC' --
  9. echo '1234' | gpg --sign --default-key ABC --passphrase-fd 0 --batch -r ABC --status-fd 1 --pinentry-mode loopback -o '/home/thomas/.duply/tmp/duply.3618.1502831225_ENC' -e '/usr/bin/duply' 2>&1
  10. -- Run cmd -- Test - Decrypt --
  11. echo '1234' | gpg --passphrase-fd 0 --batch --pinentry-mode loopback -o '/home/thomas/.duply/tmp/duply.3618.1502831225_DEC' -d '/home/thomas/.duply/tmp/duply.3618.1502831225_ENC' 2>&1
  12. -- Run cmd -- Test - Compare --
  13. test "$(cat '/usr/bin/duply')" = "$(cat '/home/thomas/.duply/tmp/duply.3618.1502831225_DEC')" 2>&1
  14. Cleanup - Delete '/home/thomas/.duply/tmp/duply.3618.1502831225_*'(FAILED)
  15.  
  16. --- Start running command BKP at 23:07:05.703 ---
  17. TMPDIR='/home/thomas/.duply/tmp' PASSPHRASE='1234' FTP_PASSWORD=1234 duplicity --name duply_profile --encrypt-key ABC --sign-key ABC --verbosity '8' --gpg-options '--pinentry-mode loopback' --volsize 50 --exclude-filelist '/home/thomas/.duply/profile/exclude' '/' 'sftp://xxx@sftp.hidrive.strato.com/users/xxx/foo'
  18. --- Finished state OK at 23:07:05.763 - Runtime 00:00:00.060 ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement