├── .gitignore ├── LICENSE ├── README.md ├── job.sh └── run.sh /.gitignore: -------------------------------------------------------------------------------- 1 | backup_clients.db 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multigestern/Raspi-Backup/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multigestern/Raspi-Backup/HEAD/README.md -------------------------------------------------------------------------------- /job.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multigestern/Raspi-Backup/HEAD/job.sh -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multigestern/Raspi-Backup/HEAD/run.sh --------------------------------------------------------------------------------