loulloudesn /
suitecrm_backup
A simple Python script that automates backing up a SuiteCRM installation to a remote Google Drive
34/100 healthLoading repository data…
p0dalirius / repository
A Python script to backup all repos (public or private) of a user.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
$ ./GithubBackupAllRepos.py -h
usage: GithubBackupAllRepos.py [-h] -u USERNAME [-d DIRECTORY] [-S SSH_KEY] [-T TOKEN] [-P] [-v]
Description message
optional arguments:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
Target github username
-d DIRECTORY, --directory DIRECTORY
Local directory to store repos into.
-S SSH_KEY, --ssh-key SSH_KEY
SSH key to authenticate with.
-T TOKEN, --token TOKEN
Github personal access token, necessary to list your private repos.
-P, --pull Perform git pull on existing directories.
-v, --verbose Verbose mode. (default: False)
./GithubBackupAllRepos.py -u TargetUser -d ./SavedRepos/ --pull
./GithubBackupAllRepos.py -u YourUserName -d ./SavedRepos/ -S ~/.ssh/github -v --pull
To create a personal access token you need to go in Settings > Developer settings > Personal access tokens in your account, or at https://github.com/settings/tokens/new
Everything is in Github's docs here:
Pull requests are welcome. Feel free to open an issue if you want to add other features.
Selected from shared topics, language and repository description—not editorial ratings.
loulloudesn /
A simple Python script that automates backing up a SuiteCRM installation to a remote Google Drive
34/100 healthdmarks84 /
Project for IBM Data Engineering & Python course on Linux & Shell Scripts -- Wrote and executed bash scripts to manipulate folders and files to create a full directory backup with automation using crontab
41/100 health