← Back to team overview

duplicity-team team mailing list archive

Re: [Question #402905]: Task 'BKP' failed with exit code '30'

 

Question #402905 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/402905

juniorfga posted a new comment:
Thanks Ede

This is the output of the command

root@s1 [~]#  /usr/bin/duply cpanel_s3 backup --preview
Start duply v1.11.3, time is 2016-10-11 16:58:40.
Using profile '/etc/duply/cpanel_s3'.
Using installed duplicity version 0.7.10, python 2.7.5, gpg 2.0.22 (Home: ~/.gnupg), awk 'GNU Awk 4.0.2', grep 'grep (GNU grep) 2.20', bash '4.2.46(1)-release (x86_64-redhat-linux-gnu)'.
Autoset found secret key of first GPG_KEY entry 'XXXXXX' for signing.
-- Run cmd -- Checking TEMP_DIR '/tmp' is a folder and writable --
test -d '/tmp' && test -w '/tmp' 2>&1
-- Run cmd -- Test - Encrypt to 'XXXXXX','XXXXXX','XXXXXX' & Sign with 'XXXXXX' --
echo YYYYYYYYYYY | gpg --sign --default-key XXXXXX --passphrase-fd 0 --batch -r XXXXXX -r XXXXXX -r XXXXXX --status-fd 1 -o '/tmp/duply.22888.1476219521_ENC' -e '/usr/bin/duply' 2>&1
-- Run cmd -- Test - Decrypt --
echo YYYYYYYYYYY | gpg --passphrase-fd 0 --batch -o '/tmp/duply.22888.1476219521_DEC' -d '/tmp/duply.22888.1476219521_ENC' 2>&1
-- Run cmd -- Test - Compare --
test "$(cat '/usr/bin/duply')" = "$(cat '/tmp/duply.22888.1476219521_DEC')" 2>&1
Cleanup - Delete '/tmp/duply.22888.1476219521_*'(FAILED)

--- Start running command PRE at 16:58:41.169 ---
. /etc/duply/cpanel_s3/pre
--- Finished state OK at 16:58:41.183 - Runtime 00:00:00.013 ---

--- Start running command BKP at 16:58:41.193 ---
TMPDIR='/tmp' PASSPHRASE=YYYYYYYYYYY FTP_PASSWORD='ZZZZZZZZZZ' duplicity --name duply_cpanel_s3 --encrypt-key XXXXXX --encrypt-key XXXXXX --encrypt-key XXXXXX --sign-key XXXXXX --verbosity '9' --exclude-if-present '.duplicity-ignore' --full-if-older-than 1M --volsize 250 --exclude-filelist '/etc/duply/cpanel_s3/exclude' '/' 's3://AAAAAAAAAAAAA@xxxxxxxxxxxxxxxxxxxxxxxxxx/kkkkkkkkkk/server.com'
--- Finished state OK at 16:58:41.235 - Runtime 00:00:00.041 ---

--- Start running command POST at 16:58:41.246 ---
. /etc/duply/cpanel_s3/post
--- Finished state OK at 16:58:41.259 - Runtime 00:00:00.013 ---

If you need anything else please don't hesitate in telling me

regards

You received this question notification because your team duplicity-team
is an answer contact for Duplicity.