├── LICENSE ├── README.md ├── backup.sh ├── install.sh └── restore.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hardware/full-backup/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hardware/full-backup/HEAD/README.md -------------------------------------------------------------------------------- /backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hardware/full-backup/HEAD/backup.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hardware/full-backup/HEAD/install.sh -------------------------------------------------------------------------------- /restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hardware/full-backup/HEAD/restore.sh --------------------------------------------------------------------------------