• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Check backup file integrity

G

gnosis

Guest
Hello. I've just run the pleskbackup utility for the first time. (previously I'd been using a custom script...thought I'd give this thing a try).

The command used was /plesk_bin_dir/pleskbackup --all /var/backup/pleskbackup

I see that 2 files were created: pleskbackup (2GB) and pleskbackup.001 (58MB)

Does the existence of the second file indicate that there was a problem? I see no mention in the docs about more than one backup file being created.

Also, is there a way to check the integrity of plesk backup files? The only indication I have that it "worked" is the size of the file. Well, the larger file, anyway. 2GB seems smallish but probably about right with good compression. Anyway, how can I tell if this/these backup files are worth anything? Is there a "verify backup file" utility?

Thanks,
G
 
pleskbackup just splits backup file into 2GB parts by default. Second file does not indicate any errors.

At least you may check backup compression correctness: zcat pleskbackup* > /dev/null

I don't know easy way to check content archives correctnes however...
 
if you want pleskbackup to split files in a larger zise use the function
export PLESKX_SPLIT_SIZE=FILESIZEHERE

I personally use 21474836480 (20 gb)

for testing its integrity, well im on the same road as everyone, as it doesnt tells you anything.
 
Back
Top