duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] ncftpput failes


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] ncftpput failes
Date: Tue, 30 Dec 2008 06:01:16 -0600
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

Boudewijn Ector wrote:
> Boudewijn Ector wrote:
>> Hi Guys,
>>
>>
>> At first: merry christmas and thanks for helping me out last time.
>> I've updated my duplicity on my debian box to the latest version, which
>> I'm using in this script:
>>
>> #!/bin/bash
>> export FTP_PASSWORD=*CUT*
>> export PASSPHRASE=
>>
>> duplicity full --encrypt-key "D6ABA9DB" --sign-key "C533733F"  \
>> /home/vmail ftp://address@hidden//
>>
>>
>> The script worked fine (except for the full argument) using an old
>> duplicity version.
>>
>> But, when trying to backup some stuff currently:
>> Running 'ncftpput -f /tmp/duplicity-Yg-Hun-tempdir/mkstemp-tKncXb-1 -F
>> - -t 30 -m -V -C '/tmp/duplicity-Yg-Hun-tempdir/mktemp-nPmuao-3'
>> 'duplicity-full.2008-12-25T23:28:21+01:00.vol1.difftar.gpg'' failed
>> (attempt #1)
>>
>> Running 'ncftpput -f /tmp/duplicity-Yg-Hun-tempdir/mkstemp-tKncXb-1 -F
>> - -t 30 -m -V -C '/tmp/duplicity-Yg-Hun-tempdir/mktemp-nPmuao-3'
>> 'duplicity-full.2008-12-25T23:28:21+01:00.vol1.difftar.gpg'' failed
>> (attempt #2)
>> Running 'ncftpput -f /tmp/duplicity-Yg-Hun-tempdir/mkstemp-tKncXb-1 -F
>> - -t 30 -m -V -C '/tmp/duplicity-Yg-Hun-tempdir/mktemp-nPmuao-3'
>> 'duplicity-full.2008-12-25T23:28:21+01:00.vol1.difftar.gpg'' failed
>> (attempt #3)
>> Running 'ncftpput -f /tmp/duplicity-Yg-Hun-tempdir/mkstemp-tKncXb-1 -F
>> - -t 30 -m -V -C '/tmp/duplicity-Yg-Hun-tempdir/mktemp-nPmuao-3'
>> 'duplicity-full.2008-12-25T23:28:21+01:00.vol1.difftar.gpg'' failed
>> (attempt #4)
>> Running 'ncftpput -f /tmp/duplicity-Yg-Hun-tempdir/mkstemp-tKncXb-1 -F
>> - -t 30 -m -V -C '/tmp/duplicity-Yg-Hun-tempdir/mktemp-nPmuao-3'
>> 'duplicity-full.2008-12-25T23:28:21+01:00.vol1.difftar.gpg'' failed
>> (attempt #5)
>> Giving up trying to execute 'ncftpput -f
>> /tmp/duplicity-Yg-Hun-tempdir/mkstemp-tKncXb-1 -F -t 30 -m -V -C
>> '/tmp/duplicity-Yg-Hun-tempdir/mktemp-nPmuao-3'
>> 'duplicity-full.2008-12-25T23:28:21+01:00.vol1.difftar.gpg'' after 5
>> attempts
>> Traceback (most recent call last):
>>   File "/usr/bin/duplicity", line 553, in ?
>>     with_tempdir(main)
>>   File "/usr/bin/duplicity", line 547, in with_tempdir
>>     fn()
>>   File "/usr/bin/duplicity", line 528, in main
>>     full_backup(col_stats)
>>   File "/usr/bin/duplicity", line 227, in full_backup
>>     bytes_written = write_multivol("full", tarblock_iter,
>> globals.backend)
>>   File "/usr/bin/duplicity", line 157, in write_multivol
>>     (tdp, dest_filename)))
>>   File "/usr/lib/python2.4/site-packages/duplicity/asyncscheduler.py",
>> line 143, in schedule_task
>>     return self.__run_synchronously(fn, params)
>>   File "/usr/lib/python2.4/site-packages/duplicity/asyncscheduler.py",
>> line 168, in __run_synchronously
>>     ret = fn(*params)
>>   File "/usr/bin/duplicity", line 156, in <lambda>
>>     async_waiters.append(io_scheduler.schedule_task(lambda tdp,
>> dest_filename: put(tdp, dest_filename),
>>   File "/usr/bin/duplicity", line 110, in put
>>     backend.put(tdp, dest_filename)
>>   File
>> "/usr/lib/python2.4/site-packages/duplicity/backends/ftpbackend.py",
>> line 83, in put
>>     self.run_command_persist(commandline)
>>   File "/usr/lib/python2.4/site-packages/duplicity/backend.py", line
>> 262, in run_command_persist
>>     raise BackendException("Error running '%s'" % private)
>> duplicity.errors.BackendException: Error running 'ncftpput -f
>> /tmp/duplicity-Yg-Hun-tempdir/mkstemp-tKncXb-1 -F -t 30 -m -V -C
>> '/tmp/duplicity-Yg-Hun-tempdir/mktemp-nPmuao-3'
>> 'duplicity-full.2008-12-25T23:28:21+01:00.vol1.difftar.gpg''
>>
>>
>>
>> I'm, using NcFTPPut 3.2.0.
>> gpg:  1.4.6
>> Python 2.4.4
>> rsync  version 2.6.9  protocol version 29
>> librsync 0.9.7-1
>>
>>
>> Can someone point me out what's wrong? There's lots of disk space, and
>> the directory indeed gets created.
>>
>>
>> Cheers,
>>
>> Boudewijn Ector
>>
>>
>> _______________________________________________
>> Duplicity-talk mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/duplicity-talk
>>   
> Can anbody help me on this one?
> If not, I need to have a look for another piece of backup software.

Sorry, missed your first post.  Try running this with the -v9 option to
print a verbose output.  You can trim out the middle section, but leave
the first 200 lines and the last 200 lines just to be safe.

...Thanks,
...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]