mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Extra options #414
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @petrprikryl on 11/13/2025
Hi, is possible to pass some extra options like in docker-postgres-backup-local in Postgresus?
I'm widely using the
--exclude-table-datato exclude some big non-critical tables from my backups. Thanks.