You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open source ArcGIS Online item backup and restore with style.
4
+
5
+
Add a `backup` tag to your item and moonwalk will start backing up your items.
6
+
7
+
This project is split into 2 parts. backup and restore. The backup service scans for items with the `backup` tag and uses the `createReplica` and `data` endpoints to extract the information necessary to restore the item. This data is placed in Google Cloud Storage. Backups are created daily and kept on a rolling 14 day schedule. Every sunday, the backup is also stored in a special area for 90 days.
8
+
9
+
The restore service consists of a website that allows you to view your backups and trigger a restore.
10
+
11
+
## Installation
12
+
13
+
1. Run some terraform to create some cloud infrastructure
0 commit comments