duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Problem with scp backend and --collection-status


From: Andreas Schildbach
Subject: [Duplicity-talk] Problem with scp backend and --collection-status
Date: Tue, 29 May 2007 13:39:27 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070403)

Hello everyone,

I'm trying to run this command

duplicity --collection-status scp://address@hidden/backup/

but I get the following error:

Permission denied (publickey,password,keyboard-interactive).
Couldn't read packet: Connection reset by peer
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 373, in <module>
    if __name__ == "__main__": main()
  File "/usr/bin/duplicity", line 349, in main
    globals.archive_dir).set_values()
File "/usr/lib/python2.5/site-packages/duplicity/collections.py", line 406, in set_values
    backend_filename_list = self.backend.list()
File "/usr/lib/python2.5/site-packages/duplicity/backends.py", line 299, in list
    l = self.popen(commandline).split('\n')[2:] # omit sftp prompts
File "/usr/lib/python2.5/site-packages/duplicity/backends.py", line 150, in popen
    raise BackendException("Error running '%s'" % commandline)
duplicity.backends.BackendException: Error running 'printf 'cd backup/
ls -1' | sftp -b - address@hidden'

Is there any way around it?

Regards,

Andreas




reply via email to

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