From 0e2593bd1c6e7123d4f33170b7d1703e223baf63 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 4 Dec 2018 20:47:29 -0700 Subject: [PATCH] More notes on importing file areas --- docs/admin/oputil.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/admin/oputil.md b/docs/admin/oputil.md index c733070f..285d96fa 100644 --- a/docs/admin/oputil.md +++ b/docs/admin/oputil.md @@ -191,13 +191,20 @@ file_sha1: 558fab3b49a8ac302486e023a3c2a86bd4e4b948 ``` ### Importing FileGate RAID Style Areas -Given a FileGate "RAID" style `FILEGATE.ZXX` file, one can import areas. +Given a FileGate "RAID" style `FILEGATE.ZXX` file, one can import areas. This format also often comes in FTN-style info packs in the form of a `.NA` file i.e.: `FILEBONE.NA`. #### Example ```bash ./oputil.js fb import-areas FILEGATE.ZXX --create-dirs ``` +-or- + +```bash +# fsxNet info packs contain a FSX_FILE.NA file +./oputil.js fb import-areas FSX_FILE.NA --create-dirs --type NA +``` + The above command will process FILEGATE.ZXX creating areas and backing directories. Directories created are relative to the `fileBase.areaStoragePrefix` `config.hjson` setting. ## Message Base Management