mattwebbio / orbital-sync

Synchronize multiple Pi-hole instances
http://orbitalsync.com
MIT License
684 stars 21 forks source link

Ability to sync config to cloud for backup #191

Open ZSamuels28 opened 11 months ago

ZSamuels28 commented 11 months ago

What feature would you like added?

I would love for a way to backup my config from my primary pi to a cloud service such as Google Drive. Since the config files are already being downloaded, perhaps there is a variable to backup to cloud?

Version

No response

Log output

No response

andrewcoo101 commented 2 months ago

I have a similar requirement; I would like to upload the back up to git. I'm sure you have your own ideas of how these types of back up could be done. However, my needs would be met, if Orbital sync were to simply write the downloaded back up to the file system. I can that map that file (or directory) as a docker volume and run my own scripts to upload to git or any other cloud service.

Thanks!