mirror of
https://github.com/qwjyh/xdbm
synced 2024-11-22 06:40:12 +09:00
39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
# xdbm
|
|
_Cross device backup manager_,
|
|
to manage backups on several storages mounted on multiple devices with a single repository.
|
|
|
|
## Usage
|
|
1. `xdbm init` to setup new device(i.e. PC).
|
|
2. `xdbm storage add` to add storages, or `xdbm storage bind` to make existing storages available on new device.
|
|
3. `xdbm backup add` to add new backup configuration.
|
|
4. `xdbm backup done` to tell xdbm to write backup execution datetime.
|
|
5. `xdbm storage list` and `xdbm backup list` to see their status.
|
|
|
|
## TODO:
|
|
- [x] split subcommands to functions
|
|
- [x] write test for init subcommand
|
|
- [x] write test with existing repo
|
|
- [x] with ssh credential
|
|
- [x] ssh-agent
|
|
- [x] specify key
|
|
- [ ] write test for storage subcommand
|
|
- [x] storage add online
|
|
- [x] storage add directory
|
|
- [ ] storage list
|
|
- [x] update storage bind command
|
|
- [ ] add storage remove command
|
|
- [ ] add sync subcommand
|
|
- [x] add check subcommand
|
|
- [x] check that all parents exist
|
|
- [x] reorganize cmd option for storage
|
|
- [x] use subcommand
|
|
- [ ] backup subcommands
|
|
- [x] backup add
|
|
- [x] test for backup add
|
|
- [x] backup list
|
|
- [x] status printing
|
|
- [x] backup done
|
|
- [ ] fancy display
|
|
- [ ] no commit option
|
|
|
|
<!-- vim: set sw=2 ts=2: -->
|