• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

backup file size limit

O

oscargarcia

Guest
Hi,

I'm trying to backup my plesk install, but the resulting file is bigger than 2Gb and it fail. The filesystem the backup file resides is ext3.

How can I override it?
 
I use this:

`/usr/local/psa/bin/psadump --do-not-dump-logs --nostop -f - | split -b 1100m - /backup/psadumps/PSA$timestamp`;

Splits it into 1100 mb chunks, you can use any size you want. I use a perl script to run backups and slap a timestamp on them.
 
Back
Top