createBackup - How does the `tables` parameter affect the backup process?

Réponse

The `tables` parameter is an optional boolean. If set to TRUE, the backup will store each object as a CAS table. If FALSE or omitted, the backup is persisted to the file system in the specified path.
Did this answer help you?