duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #00707
[Question #168784]: "Remote file or directory does not exist" while running cleanup
New question #168784 on Duplicity:
https://answers.launchpad.net/duplicity/+question/168784
Hello. When I try to run this script:
export PASSPHRASE=mypass
duplicity cleanup --ssh-options="-oIdentityFile=~/.ssh/id_rsa" --force scp://geoff@10.1.1.85:4887//my/backup/directory
unset PASSPHRASE
I get these errors:
Local and Remote metadata are synchronized, no sync needed.
Warning, found the following local orphaned signature files:
duplicity-new-signatures.20110804T070040Z.to.20110805T070022Z.sigtar.part
duplicity-new-signatures.20110806T070030Z.to.20110807T070025Z.sigtar.part
Warning, found the following remote orphaned signature files:
duplicity-new-signatures.20110803T070007Z.to.20110805T070240Z.sigtar.gpg
duplicity-new-signatures.20110805T070240Z.to.20110807T070228Z.sigtar.gpg
duplicity-new-signatures.20110807T070228Z.to.20110809T070010Z.sigtar.gpg
Warning, found the following orphaned backup files:
[duplicity-inc.20110804T070040Z.to.20110805T070022Z.manifest.part]
[duplicity-inc.20110806T070030Z.to.20110807T070025Z.manifest.part]
Last full backup date: Sun Aug 14 00:00:09 2011
Deleting these files from backend:
duplicity-new-signatures.20110804T070040Z.to.20110805T070022Z.sigtar.part
duplicity-new-signatures.20110806T070030Z.to.20110807T070025Z.sigtar.part
duplicity-inc.20110804T070040Z.to.20110805T070022Z.manifest.part
duplicity-inc.20110806T070030Z.to.20110807T070025Z.manifest.part
duplicity-new-signatures.20110803T070007Z.to.20110805T070240Z.sigtar.gpg
duplicity-new-signatures.20110805T070240Z.to.20110807T070228Z.sigtar.gpg
duplicity-new-signatures.20110807T070228Z.to.20110809T070010Z.sigtar.gpg
Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -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=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -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=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -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=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -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=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85'
Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' failed (attempt #5)
Giving up trying to execute 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 geoff@10.1.1.85' after 5 attempts
I'm pretty sure the target_path is correct, since I copied it from the script I use to backup. Any ideas?
Regards,
Geoff
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.