Cross device backup manager. https://git.qwjyh.net/PKGBUILDs/xdbm
Find a file
qwjyh 4f0d725b52 fix: windows path canonicalization
use these
- expand_tilde
- dunce::canonicalize
2024-03-15 20:54:26 +09:00
src fix: windows path canonicalization 2024-03-15 20:54:26 +09:00
tests add backup add 2024-03-14 08:54:12 +09:00
.gitignore init 2023-08-25 23:50:47 +09:00
Cargo.lock fix: windows path canonicalization 2024-03-15 20:54:26 +09:00
Cargo.toml fix: windows path canonicalization 2024-03-15 20:54:26 +09:00
README.md new subcommand: backup list 2024-03-15 04:19:26 +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
  • update storage bind command
  • add storage remove command
  • add sync subcommand
  • add check subcommand
    • check that all parents exist
  • reorganize cmd option for storage
    • use subcommand
  • backup subcommands
    • backup add
      • test for backup add
    • backup list
      • status printing
    • backup done
  • fancy display
  • no commit option