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§
- configure_
backup_ schedule - Configures the backup schedule based on the provided configuration.
- install_
backup_ tools - Installs the necessary backup tools (restic) on the system.
- setup_
backup_ locations - Sets up backup locations based on the server’s role.
- setup_
backup_ system - Sets up the backup system based on the provided configuration.