Christoffer Kjølbæk I have a blog, therefore I am…

20May/070

duplicity under Ubuntu Feisty Fawn

UPDATE (22. May 2007): It seems that duplicity don't work with SSH at all :( The problem is a call to sftp, that don't work.
The problem is, that cd in the below isn't executed, only ls -1 is, which give the content of the users home directory.

'echo -e 'cd /path/to/the/backup/directory
ls -1' | sftp -b - user@some.serer.com'