Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 463 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 463 Bytes

Backup and Restore Scripts

How to Install

  • 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