Module server_forge::backup
source · Expand description
§Backup Module
This module provides functionality for setting up and configuring an automated backup system
for a Linux server. It uses restic
as the backup tool, which provides efficient, encrypted,
and incremental backups.
The module includes functions for installing backup tools, configuring backup schedules, and setting up backup locations based on the server’s role.
Functions§
- Configures the backup schedule based on the provided configuration.
- Installs the necessary backup tools (restic) on the system.
- Sets up backup locations based on the server’s role.
- Sets up the backup system based on the provided configuration.