The Debian Kopia backup stack is designed to help you manage backups with ease. This software combines Docker Compose and ReaR documentation for a simple setup. Enjoy powerful backup features with the Kopia user interface, automatic retention management, health checks, and Apprise notifications.
To get started with the Debian Kopia backup stack:
-
Ensure you have Docker installed on your Debian system.
- You can install Docker by following the official Docker installation guide.
-
Prepare your environment. Make sure your system meets the following requirements:
- A modern Debian-based system (e.g., Debian 10 or higher).
- At least 2 GB of RAM.
- Sufficient disk space for backups.
-
Open a terminal. You will use it to run Docker commands.
Visit this page to download: Releases Page
- Find the latest release on the Releases page.
- Download the appropriate Docker Compose file.
- Save this file to a directory of your choice.
-
Open the terminal. Navigate to the directory where you saved the Docker Compose file.
cd /path/to/your/directory -
Run the Docker Compose command. Start the setup process with the following command:
docker-compose up -dThis command will download all necessary images and run the backup stack in the background.
-
Access the Kopia UI. Once the stack is running, open your web browser and go to:
http://localhost:5174Here, you can configure your backups.
In the Kopia UI, you can set up various backup options.
- Choose what to backup: Select specific files, folders, or even your entire system.
- Set retention policies: Decide how long you want to keep your backups.
- Configure notifications: Use Apprise to get updates about your backup status.
Utilize built-in health checks to ensure your backups are running smoothly. You can configure notifications through the Kopia UI to inform you of any issues, helping you maintain peace of mind regarding your data's safety.
- Documentation: For detailed setup steps and advanced configuration, please check the Kopia documentation.
- Troubleshooting: If you face any issues, refer to the Kopia troubleshooting guide.
If you have questions or need assistance, open an issue on the GitHub repository. The community is here to help you out.
This project is licensed under the MIT License. Check the LICENSE file for more details.
Remember, backups are important. By using the Debian Kopia backup stack, you ensure your valuable data is safe and secure.
For more information, visit our Releases page: Releases Page