https://github.com/alvarogarcia7/backup-github-repos
Backup your github repositories
https://github.com/alvarogarcia7/backup-github-repos
7zip aws aws-codecommit backup backup-script codecommit github repository
Last synced: 10 months ago
JSON representation
Backup your github repositories
- Host: GitHub
- URL: https://github.com/alvarogarcia7/backup-github-repos
- Owner: alvarogarcia7
- License: mit
- Created: 2018-07-09T13:44:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T13:56:29.000Z (over 7 years ago)
- Last Synced: 2025-01-10T22:49:58.030Z (12 months ago)
- Topics: 7zip, aws, aws-codecommit, backup, backup-script, codecommit, github, repository
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
2018-07-09 15:49:03 AGB
# Backup your github repositories
## Scope + Details
Both to AWS CodeCommit and to 7zip file
### AWS CodeCommit
* Create the repo
* Add the 'codecommit' origin
* push
### To File
* zip with password
## Note
This script is quite raw in terms of maturity. It has been used successfully before. See the code for finding the dependencies (e.g., `PASSWORD` environment variable)
## Usage
Find all repos you want to backup, put them in a file (e.g., files.txt).
Add the `./entry-point.sh ` at the beginning, then run it: `bash -x files.txt`