duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Backup script not working


From: edgar . soldin
Subject: Re: [Duplicity-talk] Backup script not working
Date: Thu, 26 Aug 2021 20:34:30 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

as i read it

"
<--- 257 "/" is the current directory
---- CWD path to be sent is `/share/backups'
---> CWD /share/backups
<--- 550 /share/backups: No such file or directory
cd: Access failed: 550 /share/backups: No such file or directory
---> MKD share
<--- 550 share: Forbidden filename
---> MKD share/backups
<--- 550 share/backups: File exists
---> MKD share/backups/
<--- 550 share/backups/: File exists
mkdir: Access failed: 550 share/backups/: File exists
"

the ftp server on you NAS is confused here and sending mixed signals. first it 
states "cd: Access failed: 550 /share/backups: No such file or directory" then 
it won't allow creating it "mkdir: Access failed: 550 share/backups/: File 
exists" saying it is already there.

from the top of my head:

1. does accessing the ftp space with another client work properly?

2. what happens if you try another folder. just 'test' maybe?

3. not sure if ftp backends support it, but also you might try to add an extra 
'/' to signal that you want to address an absolute path on the ftp server space 
(looks like it). e.g.
 ftp://<username>@192.168.2.15//share/backups

4. we've got another ftp backend utilizing ncftp , you may try if that works 
better and pinpoint whether it's a duplicity backend incompatibility.

5. and the rclone backend supports ftp too

good luck.. ede/duply.net

On 25.08.2021 23:56, bobby wrote:
> https://pastebin.com/NRi5gG5a <https://pastebin.com/NRi5gG5a>
>
> On Tue, Aug 24, 2021 at 7:58 PM edgar.soldin--- via Duplicity-talk 
> <duplicity-talk@nongnu.org <mailto:duplicity-talk@nongnu.org>> wrote:
>
>     On 25.08.2021 01:35, bobby via Duplicity-talk wrote:
>     > I used the first backup script on this page: 
> https://help.ubuntu.com/community/DuplicityBackupHowto 
> <https://help.ubuntu.com/community/DuplicityBackupHowto> 
> <https://help.ubuntu.com/community/DuplicityBackupHowto 
> <https://help.ubuntu.com/community/DuplicityBackupHowto>>.  I run it, and I 
> get the following:
>     >
>     > cd: Access failed: 550 /share/backups: No such file or directory
>     > mkdir: Access failed: 550 share/backups/: File exists
>     >
>     > When I check on my storage device, that directory does exist.  
>     > What would cause this to happen? 
>
>     hi Bobby,
>
>     please provide the complete output of a run with maximum verbosity '-v9' 
> . obfuscate anything you deem private in it before posting it. if it is too 
> big for the list you may post a pastebin link as well.
>
>     ..ede/duply.net <http://duply.net>
>
>     _______________________________________________
>     Duplicity-talk mailing list
>     Duplicity-talk@nongnu.org <mailto:Duplicity-talk@nongnu.org>
>     https://lists.nongnu.org/mailman/listinfo/duplicity-talk 
> <https://lists.nongnu.org/mailman/listinfo/duplicity-talk>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]