Run the installer.sh script as the root user:
su -
chmod +x installer.sh
./installer.sh
This script sets up a cron job to run Lunabackup every midnight and also executes upon completion.
If you wish to customize Lunabackup, locate the configuration file at the following path:/etc/LunaBackup/lunaconf.json
Modify the settings in this JSON file according to your preferences.
Lunabackup performs backups for both directories and files. The backup of MariaDB databases is a supported feature, and additional features and database support may be added in the future. Lunabackup backs up MariaDB databases automatically. If you need to back up other databases or files, consider contributing to the project and expanding its capabilities. We strongly recommend that, after completing the backup, transfer the files to another internal server. Backups should not be stored on the main server for security reasons.Feel free to reach out if you have any questions or encounter issues. Happy backing up!