Hi cPanel team,
I've spent quite some time now to figure this one out without success. Following scenario:
One account on the server has 3 folders in the root directory of the account:
All 3 folders are symlinked to a very large folder structure (about 1TB in size). I need to exclude these 3 folders from cpbackup. If I don't do that, the backup process simply takes too long.
I tried a local cpbackup-exclude.conf file like this:
No luck. As soon as I start the cpbackup manually with /scripts/cpbackup and trace the process I can see that cpbackup is already inside symlink1.
I use the legacy backup, but tried the new backup as well. I also tried the global exclude file (like the local one above). No luck either.
What am I doing wrong? The only thing that is different here from a standard scenario, is that the folders are symlinked. Could that have something todo with it?
Hope someone can help.
Cheers,
EDIT: Forgot to mention: Incremental Backup is disabled
I've spent quite some time now to figure this one out without success. Following scenario:
One account on the server has 3 folders in the root directory of the account:
Code:
/home/accname/symlink1
/home/accname/symlink2
/home/accname/symlink3
I tried a local cpbackup-exclude.conf file like this:
Code:
symlink1
symlink2
symlink3
I use the legacy backup, but tried the new backup as well. I also tried the global exclude file (like the local one above). No luck either.
What am I doing wrong? The only thing that is different here from a standard scenario, is that the folders are symlinked. Could that have something todo with it?
Hope someone can help.
Cheers,
EDIT: Forgot to mention: Incremental Backup is disabled
Last edited: