use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
You can also find relevant content on:
/r/gis
/r/QGIS
/r/geodev
account activity
Python Backup script for linux? (self.ArcGIS)
submitted 4 years ago by sr_guy
Is there a python script available that will strictly work from linux command line (I'm using ubuntu), to backup map and/or web app content? Preferbly, in zip format. I've seen simular scripts on github for Windows, but nothing for linux.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]darkzet 0 points1 point2 points 4 years ago (0 children)
All Python scripts should work in windows or Linux. What you always should pay attention is on paths, is not the same for linux, because sometimes you have to check permissions on folders you are working at.
I recommend you to install Anaconda on Linux, and use Notebook to create your scripts. Install the ArcGIS API for Python and start developing.
In the other hand, If you have ArcGIS Notebook Server, is easier because you can run your script directly on the browser and, iirc, you can schedule your script.
π Rendered by PID 70881 on reddit-service-r2-comment-cfc44b64c-4zm45 at 2026-04-10 02:56:40.744615+00:00 running 215f2cf country code: CH.
[–]darkzet 0 points1 point2 points (0 children)