Cross device backup manager. https://git.qwjyh.net/PKGBUILDs/xdbm
Find a file
qwjyh 8eb7d1179d init STORAGESFILE and DEVICESFILE at repo init and change Storages.read
- return Err instead of new object when there is no STORAGESFILE
- setup empty DEVICESFILE and STORAGESFILE at repository initialization
- update readme
2024-03-11 09:18:17 +09:00
src init STORAGESFILE and DEVICESFILE at repo init and change Storages.read 2024-03-11 09:18:17 +09:00
tests change init command & add integration test 2024-03-07 14:59:58 +09:00
.gitignore init 2023-08-25 23:50:47 +09:00
Cargo.lock change init command & add integration test 2024-03-07 14:59:58 +09:00
Cargo.toml change init command & add integration test 2024-03-07 14:59:58 +09:00
README.md init STORAGESFILE and DEVICESFILE at repo init and change Storages.read 2024-03-11 09:18:17 +09:00

TODO:

  • split subcommands to functions
  • write test for init subcommand
    • write test with existing repo
    • with ssh credential
      • ssh-agent
      • specify key
  • add storage remove command
  • add sync subcommand
  • add check subcommand
  • reorganize cmd option for storage
    • use subcommand