Backup Fails with Odd Error

7 posts / 0 new
Last post
#1 Wed, 03/10/2010 - 15:25
mrwilder

Backup Fails with Odd Error

My (SSH protocal based) backup runs nicely till it's time to transfer the data to the backup server.

Then it fails with: upload failed! theUsersName@theDomainName.com's password: scp: ambiguous target

The file I'm trying to save it to is: /home/something/homes/backup/ns1_backup_%A

and I have the "Do strftime-style time substitutions on file or directory name" box checked.

Does anyone know what might cause the error?

Thanks, Tony

Sat, 11/03/2012 - 09:51
riptide_wave

I also have this error. It just started last night. It has never been a issue before, but here I am unable to do backups!

Mon, 11/05/2012 - 07:22
andreychek

Howdy,

Doing a little Googling, it looks like a common cause of that is a file or folder that has a space in it.

Is there by chance a space in the destination directory for your backups?

-Eric

Mon, 11/05/2012 - 10:51
riptide_wave

Thats what I found as well, but my backup folder has no spaces in it, or its parent folders. It used to work fine, but as of 3 days ago this error started to show up. Here is the folder path I use:

/media/Raid-Drive/Server-Backups/DL360-G3/%m-%e-%y

Mon, 11/05/2012 - 16:51
Locutus

I'm not sure this will work, but it might help to turn on Webmin's Debug Logging, and hope it will record the exact SCP command it tries to execute. That might give a hint as to why it fails with the odd error message.

Sat, 11/17/2012 - 22:25
riptide_wave

Found the cause when it decided to start working randomly, seems to be a webmin error

When using variables in the name, when %e is like the first, it seems to insert a space " 1" instead of "1" or "01" and this seems to break it. Where would I submit this error?

Sun, 11/18/2012 - 21:23
andreychek

Yeah, you'd want to use %d rather than %e, as %e puts a space in the name, as you saw.

Virtualmin probably shouldn't allow the %e option to be used.

I'll talk to Jamie about the best way to handle that in the future, but using %d would be my recommendation in the meantime.

-Eric

Topic locked