Seafile On-Disk File Storage Recovery Tool
Go to file
Quentin ca13aaf50b
First working S3 test
2021-04-26 19:46:42 +02:00
.gitignore First working S3 test 2021-04-26 19:46:42 +02:00
LICENSE.txt WIP Filesystem 2021-04-22 22:43:44 +02:00
README.md Add support for lost files 2021-04-23 22:39:43 +02:00
checks.go Collect commits 2021-04-21 15:54:50 +02:00
command.go Simplify the command part 2021-04-26 18:39:54 +02:00
commit.go First LS version 2021-04-23 16:44:42 +02:00
config.go Successfully extracted an image 2021-04-26 11:05:31 +02:00
copy_walker.go Simplify the command part 2021-04-26 18:39:54 +02:00
fs.go Successfully extracted an image 2021-04-26 11:05:31 +02:00
go.mod Simplify the command part 2021-04-26 18:39:54 +02:00
go.sum Simplify the command part 2021-04-26 18:39:54 +02:00
ls_walker.go Add Go Mod 2021-04-26 17:21:03 +02:00
s3_walker.go First working S3 test 2021-04-26 19:46:42 +02:00
seafile_recovery.go Simplify the command part 2021-04-26 18:39:54 +02:00

README.md

seafile_recovery

Seafile Recovery.

Usage:
  seafile_recovery [--storage=<sto>] head <repoid>
  seafile_recovery [--storage=<sto>] ls <repoid> (--dir=<dirid> | --file=<fileid>)
  seafile_recovery [--storage=<sto>] cp <repoid> (--dir=<dirid> | --file=<fileid>)
  seafile_recovery [--storage=<sto>] s3 <repoid> (--dir=<dirid> | --file=<pathid>) <s3url>
  seafile_recovery (-h | --help)

Options:
  -h --help        Show this screen
  --storage=<sto>  Set Seafile storage path [default: ./storage]
  --dir=<dirid>    Seafile Directory ID, can be obtained from commits as RootID
  --file=<fileid>  Seafile File ID, can be obtained through ls

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