mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Databasus doesn't use directory format dumps? #127
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 @ptlthg on 2/17/2026
Hi, I love the tool, but I was reading the docs and saw this part in the FAQ:
This is primarily why I tried out this tool instead of
pgbackwebor other alternatives, but I noticed that backups felt slower than expected and took a look at the code only to see that it uses-Fcfor single file custom format dumps rather than-Fdfor directory format dumps.It seems like this was removed in #203
Totally up to you what direction to take with this project, but I think the FAQ in the docs should be updated, and I will just say that an option for directory format dumps would be nice, especially if we could specify the amount of jobs too (ex:
-j 8).