Hi Team,
Would like to understand best practices about Online Backup using JMX.
curl -u admin:admin -X POST http://localhost:4502/system/console/jmx/com.adobe.granite:type=Repository/op/startBackup/java.lang....
Using above command, I am taking backup at this location:/mnt/crx-online-backup/01052023/backup.zip
Since it it prod/Stage env, repo size as of now is 15 GB which will keep growing over period of time.
1) Should we take backup weekly in different folders based on date and time naming convention. It means every week, Repo will grow just double in size. How we can manage this? Manually deleting older back ups?
2) OR shall we take back up at a fixed location so every new backup overwrites old one. Is it safe? e.g. while taking new backup and progress is 60%, at that time instance got corrupted due to any reason so what happens?
My old safe backup will remain as it is till progress is 100% . If not so, my old safe backup also becomes inconsistent ?