├── .github └── FUNDING.yml ├── Backup.sh ├── LICENSE ├── README.md └── Sample Template Preview ├── Samlple Dark Theme - small - Database.png ├── Samlple Dark Theme - small - Directory.png ├── Samlple Dark Theme - small - Statistics.png ├── Samlple Dark Theme.png ├── Sample Light Theme - small - Database.png ├── Sample Light Theme - small - Directory.png ├── Sample Light Theme - small - Statistics.png └── Sample Light Theme.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | buy_me_a_coffee: DartSteven 2 | 3 | -------------------------------------------------------------------------------- /Backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/Backup.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/README.md -------------------------------------------------------------------------------- /Sample Template Preview/Samlple Dark Theme - small - Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/Sample Template Preview/Samlple Dark Theme - small - Database.png -------------------------------------------------------------------------------- /Sample Template Preview/Samlple Dark Theme - small - Directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/Sample Template Preview/Samlple Dark Theme - small - Directory.png -------------------------------------------------------------------------------- /Sample Template Preview/Samlple Dark Theme - small - Statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/Sample Template Preview/Samlple Dark Theme - small - Statistics.png -------------------------------------------------------------------------------- /Sample Template Preview/Samlple Dark Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/Sample Template Preview/Samlple Dark Theme.png -------------------------------------------------------------------------------- /Sample Template Preview/Sample Light Theme - small - Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/Sample Template Preview/Sample Light Theme - small - Database.png -------------------------------------------------------------------------------- /Sample Template Preview/Sample Light Theme - small - Directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/Sample Template Preview/Sample Light Theme - small - Directory.png -------------------------------------------------------------------------------- /Sample Template Preview/Sample Light Theme - small - Statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/Sample Template Preview/Sample Light Theme - small - Statistics.png -------------------------------------------------------------------------------- /Sample Template Preview/Sample Light Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DartSteven/Linux-Backup-Script/HEAD/Sample Template Preview/Sample Light Theme.png --------------------------------------------------------------------------------