Author Topic: error ? daily backup  (Read 2382 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
error ? daily backup
« on: September 23, 2022, 03:05:58 AM »
hello,

why daily backup not complete?
sometimes DB not include
and email always excluded.

backup2

cwppro
almalinux
kvm

Offline
***
Re: error ? daily backup
« Reply #1 on: September 25, 2022, 06:56:42 AM »
@josemnunez
can you check this ?

Offline
****
Re: error ? daily backup
« Reply #2 on: January 07, 2023, 10:39:21 PM »
Do you have sufficient backup space to complete the daily backup? I backup e-mails offsite & off-server, since some e-mail users are packrats and a couple of accounts have 75+GB of e-mail! At least Dovecot has message compression available!

Offline
***
Re: error ? daily backup
« Reply #3 on: January 08, 2023, 08:07:02 AM »
Do you have sufficient backup space to complete the daily backup? I backup e-mails offsite & off-server, since some e-mail users are packrats and a couple of accounts have 75+GB of e-mail! At least Dovecot has message compression available!


i have 8 GB empty space
to create backup 3GB (for this case at past version)


current version problem:
3GB vmail only (user mail only)


with empty space 9.8GB


created 1.8GB or something space
and when i restore
Email only have 250MB
and cannot access because PLAIN TEXT error (solved by reset password) but email still missing
db is ok for current version

Offline
****
Re: error ? daily backup
« Reply #4 on: January 15, 2023, 04:33:46 AM »
Have you looked for large files that could be deleted/truncated?
Code: [Select]
find / -type f -size +500MYou could delete older backups in /backup if you are confident you don't need them
Code: [Select]
[root@srv]# ls -al /backup
total 16
drw-------.  6 root root   61 Jan 11  2022 .
dr-xr-xr-x. 21 root root 4096 Jan 14 16:49 ..
drwxr-xr-x. 37 root root 4096 Feb 19  2022 daily
drwxr-xr-x. 37 root root 4096 Mar  1  2022 monthly
drwxr-xr-x. 37 root root 4096 Feb 20  2022 weekly
In this case, maybe clean out /backup/monthly?

Offline
***
Re: error ? daily backup
« Reply #5 on: January 15, 2023, 03:45:13 PM »
Have you looked for large files that could be deleted/truncated?
Code: [Select]
find / -type f -size +500MYou could delete older backups in /backup if you are confident you don't need them
Code: [Select]
[root@srv]# ls -al /backup
total 16
drw-------.  6 root root   61 Jan 11  2022 .
dr-xr-xr-x. 21 root root 4096 Jan 14 16:49 ..
drwxr-xr-x. 37 root root 4096 Feb 19  2022 daily
drwxr-xr-x. 37 root root 4096 Mar  1  2022 monthly
drwxr-xr-x. 37 root root 4096 Feb 20  2022 weekly
In this case, maybe clean out /backup/monthly?


like i said before... there is no storage capacity problem. i have about 10GB for backup +/- 3GB and the 3 GB are vmail ( that was my test user for vmail backup simulation :( ( i cant sell hosting if i have problem with backup/restore and user quota )








« Last Edit: January 15, 2023, 03:47:34 PM by PakPos »

Offline
*
Re: error ? daily backup
« Reply #6 on: January 16, 2023, 08:33:15 PM »
I'm interested in this. My backup2 stops after 5 accounts and never does the rest of the accounts.

Offline
****
Re: error ? daily backup
« Reply #7 on: January 21, 2023, 09:32:43 PM »
I haven't had the backups fail on any of my 3x CWP servers.

As a workaround, you can implement AutoMySQLBackup for daily/weekly/monthly DB backups, with e-mail notification of backups, compression and encryption, backup rotation, and incremental database backups.

For /var/vmail, you can simply rsync it somewhere else for remote backup (as I do).