Commit graph

3 commits

Author SHA1 Message Date
cc1fdb481f Translate comments to English 2025-10-11 19:55:04 +02:00
5d9286cf36 Clean up README formatting 2025-10-11 19:52:42 +02:00
19f6a04b51 Initial commit: Nextcloud backup system with rclone
Automated backup solution for Dockerized Nextcloud installations.

Features:
- Secure backup-user approach (no sudo required)
- Hybrid backup strategy (daily metadata + weekly/yearly full)
- rclone support for 40+ cloud providers
- Configurable retention policies
- Docker-aware with maintenance mode support

Includes:
- nextcloud-backup.sh: Main backup script (v2, recommended)
- nextcloud-backup-v1.sh: Legacy sudo version (reference only)
- README.md: Complete documentation
- nextcloud-backup.cron: Cron schedule example
2025-10-11 19:48:15 +02:00