mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
Initial support for FILEGATE.ZXX / RAID style import of file areas
This commit is contained in:
parent
104f6aeda9
commit
9c835af000
3 changed files with 201 additions and 10 deletions
|
@ -64,6 +64,7 @@ actions:
|
|||
|
||||
rm SRC [SRC...] remove entry(s) from the system matching SRC
|
||||
SRC: FILENAME_WC|SHA|FILE_ID|AREA_TAG[@STORAGE_TAG]
|
||||
import-areas FILEGATE.ZXX import file base areas using FileGate RAID type format
|
||||
|
||||
scan args:
|
||||
--tags TAG1,TAG2,... specify tag(s) to assign to discovered entries
|
||||
|
@ -80,6 +81,9 @@ info args:
|
|||
|
||||
remove args:
|
||||
--phys-file also remove underlying physical file
|
||||
|
||||
import-areas args:
|
||||
--create-dirs create backing storage directories
|
||||
`,
|
||||
FileOpsInfo :
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue