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://[email protected]: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 [email protected]' Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' failed (attempt #1) Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' failed (attempt #2) Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' failed (attempt #3) Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' failed (attempt #4) Remote file or directory does not exist in command='sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' Running 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' failed (attempt #5) Giving up trying to execute 'sftp -oIdentityFile=~/.ssh/id_rsa -oPort=4887 -oServerAliveInterval=15 -oServerAliveCountMax=2 [email protected]' 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. _______________________________________________ Mailing list: https://launchpad.net/~duplicity-team Post to : [email protected] Unsubscribe : https://launchpad.net/~duplicity-team More help : https://help.launchpad.net/ListHelp

