├── LICENSE.md ├── README.md ├── configuration-templates ├── RCLONE │ └── config.yml ├── RSYNC │ └── config.yml ├── SCP │ └── config.yml └── install_template.sh ├── generating-gpg-keys.md ├── influxdb-post-processing.md ├── install_scripts.sh ├── monitoring-storage-quotas.md ├── raspbian-system-snapshots.md ├── resources ├── quota-flow-canvas.png └── quota-flow-example.json ├── scripts ├── iotstack_backup ├── iotstack_backup_general ├── iotstack_backup_gitea ├── iotstack_backup_influxdb ├── iotstack_backup_influxdb2 ├── iotstack_backup_mariadb ├── iotstack_backup_nextcloud ├── iotstack_backup_postgres ├── iotstack_backup_quota_report ├── iotstack_backup_wordpress ├── iotstack_migration_backup ├── iotstack_migration_restore ├── iotstack_reload_influxdb ├── iotstack_reload_influxdb2 ├── iotstack_restore ├── iotstack_restore_general ├── iotstack_restore_gitea ├── iotstack_restore_influxdb ├── iotstack_restore_influxdb2 ├── iotstack_restore_mariadb ├── iotstack_restore_nextcloud ├── iotstack_restore_postgres ├── iotstack_restore_wordpress ├── show_iotstackbackup_configuration └── snapshot_raspbian_system └── ssh-tutorial.md /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/README.md -------------------------------------------------------------------------------- /configuration-templates/RCLONE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/configuration-templates/RCLONE/config.yml -------------------------------------------------------------------------------- /configuration-templates/RSYNC/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/configuration-templates/RSYNC/config.yml -------------------------------------------------------------------------------- /configuration-templates/SCP/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/configuration-templates/SCP/config.yml -------------------------------------------------------------------------------- /configuration-templates/install_template.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/configuration-templates/install_template.sh -------------------------------------------------------------------------------- /generating-gpg-keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/generating-gpg-keys.md -------------------------------------------------------------------------------- /influxdb-post-processing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/influxdb-post-processing.md -------------------------------------------------------------------------------- /install_scripts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/install_scripts.sh -------------------------------------------------------------------------------- /monitoring-storage-quotas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/monitoring-storage-quotas.md -------------------------------------------------------------------------------- /raspbian-system-snapshots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/raspbian-system-snapshots.md -------------------------------------------------------------------------------- /resources/quota-flow-canvas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/resources/quota-flow-canvas.png -------------------------------------------------------------------------------- /resources/quota-flow-example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/resources/quota-flow-example.json -------------------------------------------------------------------------------- /scripts/iotstack_backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup -------------------------------------------------------------------------------- /scripts/iotstack_backup_general: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup_general -------------------------------------------------------------------------------- /scripts/iotstack_backup_gitea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup_gitea -------------------------------------------------------------------------------- /scripts/iotstack_backup_influxdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup_influxdb -------------------------------------------------------------------------------- /scripts/iotstack_backup_influxdb2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup_influxdb2 -------------------------------------------------------------------------------- /scripts/iotstack_backup_mariadb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup_mariadb -------------------------------------------------------------------------------- /scripts/iotstack_backup_nextcloud: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup_nextcloud -------------------------------------------------------------------------------- /scripts/iotstack_backup_postgres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup_postgres -------------------------------------------------------------------------------- /scripts/iotstack_backup_quota_report: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup_quota_report -------------------------------------------------------------------------------- /scripts/iotstack_backup_wordpress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_backup_wordpress -------------------------------------------------------------------------------- /scripts/iotstack_migration_backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_migration_backup -------------------------------------------------------------------------------- /scripts/iotstack_migration_restore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_migration_restore -------------------------------------------------------------------------------- /scripts/iotstack_reload_influxdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_reload_influxdb -------------------------------------------------------------------------------- /scripts/iotstack_reload_influxdb2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_reload_influxdb2 -------------------------------------------------------------------------------- /scripts/iotstack_restore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_restore -------------------------------------------------------------------------------- /scripts/iotstack_restore_general: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_restore_general -------------------------------------------------------------------------------- /scripts/iotstack_restore_gitea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_restore_gitea -------------------------------------------------------------------------------- /scripts/iotstack_restore_influxdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_restore_influxdb -------------------------------------------------------------------------------- /scripts/iotstack_restore_influxdb2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_restore_influxdb2 -------------------------------------------------------------------------------- /scripts/iotstack_restore_mariadb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_restore_mariadb -------------------------------------------------------------------------------- /scripts/iotstack_restore_nextcloud: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_restore_nextcloud -------------------------------------------------------------------------------- /scripts/iotstack_restore_postgres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_restore_postgres -------------------------------------------------------------------------------- /scripts/iotstack_restore_wordpress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/iotstack_restore_wordpress -------------------------------------------------------------------------------- /scripts/show_iotstackbackup_configuration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/show_iotstackbackup_configuration -------------------------------------------------------------------------------- /scripts/snapshot_raspbian_system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/scripts/snapshot_raspbian_system -------------------------------------------------------------------------------- /ssh-tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Paraphraser/IOTstackBackup/HEAD/ssh-tutorial.md --------------------------------------------------------------------------------