This project is a Bash script that enables users to create automated backups and restores of their important files and data. By utilizing Bash and cronjobs, the script can run seamlessly in the background without requiring any manual intervention.
Usage: localBackup [options] <parameter>
Create, control and restore to backup.
This is a command line utility for backup-script, a
service that manages data on linux systems.
Options:
-h, --help Displays help on commandline options
-b, --backup Start a backup
-l, --list List available backups
-r, --restore Restore a backup
-n, --name Backup name
-s, --source Set source
-d, --destination Set destination
This script can be combinded with cron-jobs to automate the backup.
This project is licensed under the MIT License. See the LICENSE file for details.
This code was created in 2023 by Yves Wetter.