duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #00506
[Question #148376]: Remote file or directory does not exist in command
New question #148376 on Duplicity:
https://answers.launchpad.net/duplicity/+question/148376
Hello. I'm a newbie to Duplicity. I am trying to backup my 300GB notebook hard drive to a local fileserver.
Running this script:
export PASSPHRASE=MyPassphrase
duplicity incr --full-if-older-than 1M --ssh-options="-oIdentityFile=~/.ssh/id_rsa" /home/geoff scp://geoff@10.1.1.85:49987//alpha/backups/laptop/home/geoff
unset PASSPHRASE
gives me this:
geoff@geoff-laptop:~/Desktop$ ./backup.sh > duplicity.txt
GPGError: GPG Failed, see log below:
===== Begin GnuPG log =====
===== End GnuPG log =====
geoff@geoff-laptop:~/Desktop$ cat duplicity.txt
Local and Remote metadata are synchronized, no sync needed.
Last full backup left a partial set, restarting.
Last full backup date: Tue Mar 8 00:09:45 2011
RESTART: The first volume failed to upload before termination.
Restart is impossible...starting backup from beginning.
Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #1)
Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #2)
Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #3)
Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #4)
Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #5)
Giving up trying to execute 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' after 5 attempts
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: none
Last full backup is too old, forcing full backup
Error accessing possibly locked file /home/geoff/.nano_history
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #1)
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #1)
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #1)
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=49987 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #1)
The backup files are created in the destination. They don't verify, however.
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.