Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemant-mann/automate-backup
Setup automated backup for projects
https://github.com/hemant-mann/automate-backup
automated-backup automation backup bash bash-script shell-script
Last synced: 5 days ago
JSON representation
Setup automated backup for projects
- Host: GitHub
- URL: https://github.com/hemant-mann/automate-backup
- Owner: Hemant-Mann
- Created: 2016-06-01T09:09:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T17:18:44.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T02:05:35.115Z (2 months ago)
- Topics: automated-backup, automation, backup, bash, bash-script, shell-script
- Language: Shell
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automate-Backup
This repository will help you to take automated backup for your projects.
- Follow the setup instructions
- Foreach project that you need to backup create a file similar to that of "project_backup.json" in "~/automate" folder
- Then Execute the file ./runner
- Dont remove any keys from the JSON file you can make the value empty string but dont change the structure## Setup
```bash
git clone https://github.com/Hemant-Mann/Automate-Backup.git
cd Automate-Backup
chmod +x install
./install --help
```## Manual Backup
Just Execute this script from your terminal after you have clone the repo and installed the script
```bash
Automate-Backup/runner
```