Collection of scripts that I use for creating backup files and restoring from those files on my computers running Manjaro.
Scripts are likely a neverending project and are very much customized for my own needs, so - YMMV!
Please keep in mind that this script is very much aligned with my personal needs, so its way of working might not suit you. It could however still serve as a sane template for your own version, and of course you can just copy everything in it.
- Clone the repository.
- Copy files
include.example.txt
toinclude.txt
, update the file to your liking.- Please note; Any entry in this file will be assumed being a relative path from your home directory. Absolute paths are not supported!
- Run
./backup.sh
from you console and answer the prompts. - Rejoice!
- Clone the repository.
- Copy your backup zip-file into the directory.
- Run
./restore.sh
from your console and answer the prompts. - Rejoice!
The checkupdates.sh
script and associated files are inspired/copied from this Reddit comment thread.