mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Previously the backup tool only fsync'ed the files. Since the directories were not synced, it was possible for the references to be lost. Now we sync the entire output directory tree and its parent. |
||
|---|---|---|
| .. | ||
| backup.go | ||
| check.go | ||
| check_test.go | ||
| chksum.go | ||
| common.go | ||
| config.go | ||
| config_test.go | ||
| doc.go | ||
| export.go | ||
| export_test.go | ||
| generate_config.go | ||
| generate_config_test.go | ||
| import.go | ||
| import_test.go | ||
| inspect.go | ||
| inspect_test.go | ||
| main_test.go | ||
| rbf_check.go | ||
| rbf_dump.go | ||
| rbf_page.go | ||
| rbf_pages.go | ||
| restore.go | ||
| server.go | ||
| server_test.go | ||