772689ab6a
change: change type of relative path shared on multiple platforms to Vector<String>
...
Parsers for path on Windows and Unix are different on separator character treatment.
Replacing to Vector<String> avoids this differenct for cross-platform compatibility.
2024-12-01 19:14:57 +09:00
bc3939c9bc
(WIP): implementing multi device backup search
2024-11-08 06:09:04 +09:00
a409a43906
(WIP) feat: stat for backup with name
...
- replace path funcs return from Result to Option
- add tests for `parent_backups`
2024-08-09 21:45:44 +02:00
feb51a5653
replace HashMap with BTreeMap in Storages and Backups
...
to produce cleaner git log
2024-05-21 14:34:30 +09:00
bac829c1f1
lint with clippy
...
fix problems reported by clippy excepts about unused functions
2024-03-18 08:36:07 +09:00
f5fe3d6580
update docs & Cargo.toml
2024-03-17 03:25:44 +09:00
0e8bd6b4c7
remove unnecessary arguments for StorageExt::mount_path
2024-03-17 02:47:34 +09:00
b1b174b4b3
add backup done
2024-03-16 23:28:09 +09:00
ff32996360
new subcommand: backup list
...
- todo: fancy print
2024-03-15 04:19:26 +09:00
905d392419
add backup add
...
- change Storage::parent
- split path diff calc to util
- test for backup add
2024-03-14 08:54:12 +09:00
56563a0e8b
add backup related types and cmd arguments
...
- fix some typos & format
2024-03-13 20:09:51 +09:00