gaubert / gmvault

gmail backup software
http://www.gmvault.org
GNU Affero General Public License v3.0
3.58k stars 287 forks source link

support domain-wide backing up of Google Apps (G Suite) accounts #275

Open shireeshj opened 7 years ago

shireeshj commented 7 years ago

We can now backup GApps account's, one account at a time. It involves opening a browser window to grant OAuth2 privileges for each account that needs to be backed up.

I am wondering if we could have a feature to backup an entire GApps domain (or accounts listed in a config file), without having to grant OAuth2 privileges for each account.

This will allow us to schedule a cron job to backup all inboxes in of a domain periodically. We could schedule this on a cloud server such as AWS, where a windowing library isn't installed to open a browser window

I am aware password option can be used, but the moment someone changes his/her password, the backup might fail unless we remember to update it in the cron as well.

bonesoul commented 7 years ago

any updates on this?

shireeshj commented 7 years ago

no. none. 😞

bonesoul commented 7 years ago

got-your-back can handle this (https://github.com/jay0lee/got-your-back)

shireeshj commented 7 years ago

@bonesoul thanks for the pointer. Will give it a spin