Select to view content in your preferred language

Updating ArcGIS Backups to Aws S3

571
2
04-06-2023 06:01 AM
VithushanLogan
Emerging Contributor

How to Backup all the files in the ArcGIS Enterprise to the AWS S3?

0 Kudos
2 Replies
cdickerson
Occasional Contributor

Hi, 

That is very extensive depending on what you are looking to accomplish. Without knowing the specifics, you can use the WebGISDr tool, to back up your Enterprise (see link below). You can go out to the admin endpoints in your system and do exports of Server, Portal, ect. and manually put them in an S3. Finally, there is an option to use Python API and do exports and use command line to move content from a server to the cloud.  Pretty sure there might be a few other ways to go about it but those are first thoughts that come to mind.

 

https://enterprise.arcgis.com/en/portal/latest/administer/windows/create-web-gis-backup.htm

VithushanLogan
Emerging Contributor

@cdickerson Thanks for the solution! but if there any automation scripts to automate the backups to the AWS S3 buckets and getting that back to the portal?

0 Kudos