- Clone repo
> git clone git@github.com: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
configsdirectory for your all backup files. - To restore, run
restore.sh
> ./restore.sh