duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Duplicity 0.6.16: GetPassWarning


From: edgar . soldin
Subject: Re: [Duplicity-talk] Duplicity 0.6.16: GetPassWarning
Date: Thu, 24 Nov 2011 18:37:37 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0

you are missing PASSPHRASE check manpage chapter environment vars
http://duplicity.nongnu.org/duplicity.1.html

it's needed to properly compare remote and local metadata (archive-dir).

..ede

On 24.11.2011 17:38, mogliii wrote:
Hi,

I'm using the following command to daily backup a system to a remote ftp
location:

export FTP_PASSWORD=**********
export GPG_ENCRYPT=*********
trickle -u 250 -d 10 -s duplicity -v 4 --timeout 100 --num-retries 20
--encrypt-key $GPG_ENCRYPT --log-file /root/duplicity.log
--include-globbing-filelist duplicity.exclude /
ftp://address@hidden:/location/ 2>&1 | tee -a /root/duplicity2.log

It seems to work, but in the duplicity2.log I see every day
GetPassWarning (pasted full log for one backup):

Thu Nov 24 03:30:01 CET 2011
starting backup
starting Cleanup
NcFTP version is 3.2.2
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Tue Nov  1 03:30:09 2011
/usr/lib/python2.6/getpass.py:83: GetPassWarning: Can not control echo
on the te
rminal.
   passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
GnuPG passphrase: Traceback (most recent call last):
   File "/usr/bin/duplicity", line 1347, in<module>
     with_tempdir(main)
   File "/usr/bin/duplicity", line 1330, in with_tempdir
     fn()
   File "/usr/bin/duplicity", line 1261, in main
     globals.gpg_profile.passphrase = get_passphrase(1, action)
   File "/usr/bin/duplicity", line 159, in get_passphrase
     pass1 = getpass.getpass(_("GnuPG passphrase:")+" ")
   File "/usr/lib/python2.6/getpass.py", line 83, in unix_getpass
     passwd = fallback_getpass(prompt, stream)
   File "/usr/lib/python2.6/getpass.py", line 118, in fallback_getpass
     return _raw_input(prompt, stream)
   File "/usr/lib/python2.6/getpass.py", line 135, in _raw_input
     raise EOFError
EOFError

cleanup finished
NcFTP version is 3.2.2
Reading globbing filelist duplicity.exclude
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Tue Nov  1 03:30:09 2011
--------------[ Backup Statistics ]--------------
StartTime 1322101825.29 (Thu Nov 24 03:30:25 2011)
EndTime 1322101891.59 (Thu Nov 24 03:31:31 2011)
ElapsedTime 66.30 (1 minute 6.30 seconds)
SourceFiles 129754
SourceFileSize 3533746047 (3.29 GB)
NewFiles 40
NewFileSize 791514 (773 KB)
DeletedFiles 5
ChangedFiles 93
ChangedFileSize 65500059 (62.5 MB)
ChangedDeltaSize 0 (0 bytes)
DeltaEntries 138
RawDeltaSize 3364269 (3.21 MB)
TotalDestinationSizeChange 1331000 (1.27 MB)
Errors 0
-------------------------------------------------

NcFTP version is 3.2.2
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Tue Nov  1 03:30:09 2011
No old backup sets found, nothing deleted.
######### backup finished
Thu Nov 24 03:31:53 CET 2011


What am I missing? Backup seems successful...

_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk



reply via email to

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