Daemon that manages one-way sync queues for backup objects. Unfinished go implementation.
  • Go 61.1%
  • Makefile 38.9%
Find a file
2026-02-14 19:47:11 -05:00
config Remove old auth config 2026-02-14 19:47:11 -05:00
.gitignore backupd.env.template generation 2026-02-06 16:30:16 -05:00
backupd.env Clean up perm checking 2026-02-06 18:29:45 -05:00
backupd.env.go.template Clean up perm checking 2026-02-06 18:29:45 -05:00
backupd.example.toml Nuke config structure; we're starting over 2026-02-09 23:09:58 -05:00
go.mod Define config structs based on backupd.toml 2026-02-11 22:16:51 -05:00
go.sum Define config structs based on backupd.toml 2026-02-11 22:16:51 -05:00
LICENSE Initial commit 2026-01-27 20:23:24 -05:00
main.go Eugh 2026-02-11 22:29:15 -05:00
Makefile Start work on config_menu 2026-02-06 22:25:38 -05:00
perms.go Move config to package 2026-02-06 21:14:36 -05:00
README.md Initial commit 2026-01-27 20:23:24 -05:00

backupd

Daemon that manages one-way sync queues for backup objects.