Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
user:vvkjndl:openwrt-backup-with-exclusions [2020/10/13 14:14] vvkjndluser:vvkjndl:openwrt-backup-with-exclusions [2020/10/13 14:18] vvkjndl
Line 4: Line 4:
  
 :!: The only purpose of using this script is if you don't want specific files to be included in your backup archive file. :!: The only purpose of using this script is if you don't want specific files to be included in your backup archive file.
 +
 +  * Create two directories ''mkdir /root/backup; mkdir /root/scripts''.
 +  * Get all these three files to ''/root/scripts/''.
 +  * Make the script executable ''chmod +x /root/scripts/backup.sh''.
 +  * Run the script ''/root/scripts/backup.sh''.
 +  * Backup file will be available at /root/backup/ along with sha256 checksum file.
  
 <file txt backup-files-include> <file txt backup-files-include>
  • Last modified: 2020/10/15 03:14
  • by vvkjndl