Slava Shinderov 10/4/2024 11:46:02 AM @Tyron Unfortunately, it's not possible to exclude a table during backup using **tdbackupwin**, but you can do so using the **td command line tool**:
-X=table-name, --exclude=table-name
This option allows you to exclude specific tables from backup or restore. You can use this option multiple times. For example:
td backup ... -X=Invoice -X=Item
This will back up everything except the **Invoice** and **Item** tables.
|