Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```