44674262a6
update dependencies (especially byte_unit)
...
- update formatting byte units
2024-06-19 18:07:31 +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
4f0d725b52
fix: windows path canonicalization
...
use these
- expand_tilde
- dunce::canonicalize
2024-03-15 20:54: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
498dd2db9b
update storage bind
2024-03-13 05:36:19 +09:00
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
e3675632c1
fixup! replace raw HashMap with Storages
2024-03-12 00:02:32 +09:00
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
7e026ec229
replace raw HashMap with Storages
2024-03-10 13:00:28 +09:00
24f34da588
update storage list and some refactor
2024-03-03 06:11:25 +09:00
ff72228821
[refactor] separate subcommands to other file
2024-02-28 03:17:32 +09:00
5c83532719
Revert "refactor: separate subcommands"
...
This reverts commit 4502113e41
.
2024-02-27 13:07:49 +09:00
4502113e41
refactor: separate subcommands
2024-02-27 13:02:09 +09:00