Exclude one table from database backup

I have a database with a big table (30gb), whenever an auto backup is done, the whole database fails because of no space.

Is there a way to exclude a single table with inbuild backup system ?

If not, if i disable auto backup and create a cronjob, can i make it work with the backup system ? Like it gets listened there and i can restore it (witouth dropping the 30gb table).

I don’t think we have support to exclude 1 table… You can exclude the database and implement your own backup for it…

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.