Control Web Panel

WebPanel => Information => Topic started by: agjjr on March 15, 2022, 01:07:56 PM

Title: Make new backup not count for quota usage
Post by: agjjr on March 15, 2022, 01:07:56 PM
Hi,

I am using quota in my webserver, and I can not make the new backup to run properly because it is causing some users to exceed its quota. Is there any way to make the tmp backup files not count for user quota? I always copy the backup files to anoter server, so my issue is only with the temporary files.
Title: Re: Make new backup not count for quota usage
Post by: agjjr on March 16, 2022, 01:27:56 PM
I partially solved my issue compressing the users home folder in a custom script.

Code: [Select]
    cd /home
     for d in * ; do
            echo "$d";
            tar -czf "/backup/$d.home.tar.gz" "$d";
     done

Probably I will need to do the same for emails and databases.
Title: Re: Make new backup not count for quota usage
Post by: PakPos on August 17, 2022, 11:51:51 AM
i think this "bug" still exist.. i just test backup2 ... my database not included