Author Topic: Enabling remote backup will keep the files in the current server?  (Read 3656 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
I have enabled the remote backup, but I still have the backups in the current server, can I erase it or the remove backup it's only a duplication of my local backup?

In other words can we have only the remote backup without store the anything in the current server?

Offline
*****
Re: Enabling remote backup will keep the files in the current server?
« Reply #1 on: February 18, 2022, 12:00:12 PM »
Yes
 8)

Offline
*
Re: Enabling remote backup will keep the files in the current server?
« Reply #2 on: April 04, 2022, 10:01:43 PM »
I got same problem , i'm setting up sheduler, making test connection to ftp serwer, and all seems fine, but on remote server is just a empty folder.

Backup script making folders /ZEUS-BACKUP/full/weekly/Sunday/accounts/ but it is empty. No error log.


Offline
*
Re: Enabling remote backup will keep the files in the current server?
« Reply #3 on: April 05, 2022, 09:37:23 PM »
Same here !!!

Offline
****
Re: Enabling remote backup will keep the files in the current server?
« Reply #4 on: April 05, 2022, 11:22:08 PM »
check the log file /var/log/cwp/cron_backup.log for clues as to why it's not uploading
Google Hangouts:  rcschaff82@gmail.com

Offline
*
Re: Enabling remote backup will keep the files in the current server?
« Reply #5 on: April 06, 2022, 09:37:09 PM »
Code: [Select]
2022-04-05 19:33:13 Generating zupomeg.tar.gz
2022-04-05 19:33:13 Type conection cron FTP
2022-04-05 19:33:13 connection FTP successful
2022-04-05 19:33:13 Put file from /home/tmp_bak/.backup_temp/zupomeg/zupomeg.tar.gz TO /ZEUS-BACKUP/full/daily/Tuesday/accounts/zupomeg.tar.gz
2022-04-05 19:35:20 Failed to upload file "/home/tmp_bak/.backup_temp/zupomeg/zupomeg.tar.gz" in /ZEUS-BACKUP/full/daily/Tuesday/accounts/zupomeg.tar.gz. Check connection with FTP server
2022-04-05 19:35:20 Error in Update zupomeg.tar.gz

This is that issue, but why , any permissions ?

Offline
****
Re: Enabling remote backup will keep the files in the current server?
« Reply #6 on: April 07, 2022, 01:23:59 AM »
Log in via ssh, and try to manually upload the file via the command line "ftp" program.

ftp backup.host
cd /ZEUS-BACKUP/full/daily/Tuesday/accounts/
put /home/tmp_bak/.backup_temp/zupomeg/zupomeg.tar.gz

Also check the other sides logs for clues.  It could be that /ZEUS-BACKUP/full/daily/Tuesday/accounts/ doesn't exist, and ftp doesn't automatically mkdir's
Google Hangouts:  rcschaff82@gmail.com