backuparcgis-service
Changes
readme.md 11(+11 -0)
Details
readme.md 11(+11 -0)
diff --git a/readme.md b/readme.md
index 029debe..0284446 100644
--- a/readme.md
+++ b/readme.md
@@ -70,4 +70,15 @@ The library will respond with a promise with the following object:
"serviceDetails": "object",
"filename": "string"
}
+```
+
+## File Storage Format
+
+A new archive directory will be created in your specified output directory. Within the archive directory, a new folder will be created for each feature service, which is named the same as the item id in ArcGIS Online. Data will be versioned by timestamp, only storing new datasets that are different from the previous export (sha256 hash comparisons).
+
+```
+archive
+└───arcgis_item_id
+ │--timestamp.geojson
+ │--timestamp.geojson
```
\ No newline at end of file