Hi,
I am mainly relying on my VPS provider to take a snapshots, so have turned off incremental BackUp,
but I am trying to finally migrate from v0.27 to latest version v0.48.
My VPS instance is cca 25GB in size and the backup files are cca 250MB in size. So I should have around 100 files in “/home/user-data/backup/encrypted” dir.
But instead disk will fill in with no space left with over 400 files …
So I forgot, that I have mounted a “NAS disc” that my VPS provider provides for one of my domain names that is running on the box - “/home/user-data/www/domain.name/myNAS”
so when running the BackUp scipt “~/mailinabox/management/backup.py” it is trying to backup the NAS as well that is 250GB in size …
Yes, I have now unmounted the “myNAS”, but should I turn on the incremental backup (to MIAB), it would be an issue and same thing would happen again, plus I do not need back up of the NAS storage.
QUESTION:
Is there any way to exclude this “DIR - /home/user-data/www/domain.name/myNAS” from regular/one off backup process?