Hello,
When it run my "New Backup (Beta)" service, it creates the folders and the files in my local NAS, but this files are always empty.
I use FTP method for downloading, and it connects ok with my NAS (i think).
I have any problem when i do local backup.
The connection logs:
2021-03-18 01:11:55 cd /backup/domain/;ionice -c 3 nice -n +19 tar -czvf domain.tar.gz --exclude domain.tar.gz *
2021-03-18 01:12:09 cd /backup/domain/;mv domain.tar.gz --exclude /backup/domain.tar.gz
2021-03-18 01:12:09 Generating domain.tar.gz
2021-03-18 01:12:09 Type conection cron FTP
2021-03-18 01:12:09 connection FTP successful
2021-03-18 01:12:09 Put file from /backup/domain.tar.gz TO /full/manual/accounts/domain.tar.gz
2021-03-18 01:12:09 Failed to upload file "/backup/domain.tar.gz" en /full/manual/accounts/domain.tar.gz
2021-03-18 01:12:09 Error in Update domain.tar.gz2021-03-18 01:12:09 rm -fR /backup/domain/
2021-03-18 01:12:09 rm -fR /backup/domain.tar.gz
2021-03-18 01:12:09 rm -fR /home/domain/mysql/
2021-03-18 01:12:09 rm -fR /home/domain/named/
2021-03-18 01:12:10 rm -fR /home/domain/postfix/
2021-03-18 01:12:10 rm -fR /home/domain/vmail/
2021-03-18 01:12:10 rm -fR /home/domain/domains.sql
2021-03-18 01:12:10 rm -fR /home/domain/passwd
2021-03-18 01:12:19 END
2021-03-18 01:12:22 Backup Finished
Someone knows what's happening, and/or how to solve it?
Thank you all