Hello,
Yesterday my Onyx installation was update from 17.0.17 to 17.5. That went without issues, except that backups to a remote ftp now fail.
I use adrive.com to store my backups, and that has worked for almost a year without any issues. However, something must have changed in the way Onyx checks the remote server. It now checks whether it can create an empty folder (named check0). That directory name cannot be created however in Adrive (for some reason I do not know, I also failed creating it manually through its web interface), and thus Onyx decides that the ftp server is not writeable and the backup task fails:
Error: Unable to operate the storage: Transport error: Unable to create the directory 'ftp://ftp.adrive.com//server/check0/': Curl error: (21) Quote command returned error: Last FTP request: MKD check0 Last FTP response: 550 Could not create directory
Check that you have permissions to create folders in the storage. You can check it independently with the command:
curl --ftp-create-dirs -v --ftp-pasv -u xxxxxxx@xxxxxx.com ftp://ftp.adrive.com//server/test-dir/
I also tried secure ftp, same issue. Could the check maybe change directory names or something like that?
Thanks!
Yesterday my Onyx installation was update from 17.0.17 to 17.5. That went without issues, except that backups to a remote ftp now fail.
I use adrive.com to store my backups, and that has worked for almost a year without any issues. However, something must have changed in the way Onyx checks the remote server. It now checks whether it can create an empty folder (named check0). That directory name cannot be created however in Adrive (for some reason I do not know, I also failed creating it manually through its web interface), and thus Onyx decides that the ftp server is not writeable and the backup task fails:
Error: Unable to operate the storage: Transport error: Unable to create the directory 'ftp://ftp.adrive.com//server/check0/': Curl error: (21) Quote command returned error: Last FTP request: MKD check0 Last FTP response: 550 Could not create directory
Check that you have permissions to create folders in the storage. You can check it independently with the command:
curl --ftp-create-dirs -v --ftp-pasv -u xxxxxxx@xxxxxx.com ftp://ftp.adrive.com//server/test-dir/
I also tried secure ftp, same issue. Could the check maybe change directory names or something like that?
Thanks!