Hi,
I’m new to SuiteCRM. I set it up successfully and really like it so far!
I’m looking for a way to safely backup and restore SuiteCRM in case my hosting provider closes my account, the hard drives fail, I get hacked or a software corruption occurs. I’d appreciate your opnions.
-
Does SuiteCRM have a backup option? Does it require downtime – SuiteCRM, Apache and/or MariaDB to be shut down?
-
How to avoid corruption without downtime? I know that some filesystems like ZFS and BTRFS support snapshots (using CoW, etc.) so that the copied data is consistent for some point in time. Is that needed?
-
Should I manually sync/flush the db and files before backing up?
-
What about incremental backups? I’ve seen rsync mentioned a lot.
-
How do you test your backups?
Basically what’s your preferred method of backing up and restoring and why?