Hello folks,
I need to do batch backups of my online data. I used this page as a guide to create a script in a notebook:
https://support.esri.com/en/technical-article/000022524
The script works well, it exports an FGDB for each feature layer and downloads it to a local folder. But I don't necessarily want to back up everything I have online every time I run the script. I would like to be able to specify just this or that folder to be backed up. Can anyone suggest how I would adapt the script to do that? I am totally new to Python so any help will be appreciated. Thank you!