- Clone repo
> git clone [email protected]:ckienast/backup-script.git
- Open the directory
> cd backup-script
- Give executable permission
> chmod +x backup.sh restore.sh
- Run backup script
> ./backup.sh
- After script has been finish executed, It will create
configs
directory for your all backup files. - To restore, run
restore.sh
> ./restore.sh