Cross device backup manager. https://git.qwjyh.net/PKGBUILDs/xdbm
Find a file
qwjyh 7c8ee7a500 redesign storage add Commands
- replace storage add args with subcommands of physical, directory,
  online
- to make argument dependencies clearer
2024-03-12 16:18:24 +09:00
src redesign storage add Commands 2024-03-12 16:18:24 +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 redesign storage add Commands 2024-03-12 16:18:24 +09:00

TODO:

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