Add a note
This commit is contained in:
parent
cb6074ee27
commit
f5aa457de9
1 changed files with 32 additions and 0 deletions
32
README.md
Normal file
32
README.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# seafile_recovery
|
||||||
|
|
||||||
|
```
|
||||||
|
Seafile Recovery.
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
seafile_recovery [--storage=<sto>] head <repoid>
|
||||||
|
seafile_recovery [--storage=<sto>] ls <repoid> <pathid>
|
||||||
|
seafile_recovery [--storage=<sto>] dump <repoid> <pathid>
|
||||||
|
seafile_recovery [--storage=<sto>] s3 <repoid> <pathid> <bucket>
|
||||||
|
seafile_recovery (-h | --help)
|
||||||
|
|
||||||
|
Options:
|
||||||
|
-h --help Show this screen
|
||||||
|
--storage=<sto> Set Seafile storage path [default: ./storage]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Dev notes
|
||||||
|
|
||||||
|
Should look how Seafile handles ID collision, it might be one here in a repo with `44592` commits:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ls -lah
|
||||||
|
62684fe2260d67b6b5d2de909c3816feb21c39 bd8d7b2df788bf8bb6efc87ddb52c6f595ea7e ffc4e7f4273c8e4cc57124ccb6d65467c3b6a3
|
||||||
|
641064a61de537a696f2172e90be9c8ac4ae04 bd8d7b2df788bf8bb6efc87ddb52c6f595ea7e.8WWPVZ
|
||||||
|
$ ls -lah bd8d7b2df788bf8bb6efc87ddb52c6f595ea7e.8WWPVZ
|
||||||
|
-rw------- 1 1000 1000 0 Jan 12 2019 bd8d7b2df788bf8bb6efc87ddb52c6f595ea7e.8WWPVZ
|
||||||
|
% ls -lah bd8d7b2df788bf8bb6efc87ddb52c6f595ea7e
|
||||||
|
-rw------- 1 1000 1000 629 Jan 12 2019 bd8d7b2df788bf8bb6efc87ddb52c6f595ea7e
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue