clockfort / GitHub-Backup

Backup all the repositories of a github user or organization automatically.
Creative Commons Zero v1.0 Universal
359 stars 103 forks source link

Adding support uploading to s3 object storage #53

Closed preved911 closed 2 years ago

preved911 commented 2 years ago

Hello. This PR make possible automatic upload backuped files to remote storage(S3 object storage).

stv0g commented 2 years ago

I think its better to keep this functionality out of GitHub-Backup since there exist already quite a lot of S3 CLI tools which can do it much better.

Just use a shell script to backup & upload. I am doing the same but for filesystem snapshots after each backup.