Nextcloud
Backup
This articel describes how to backup Nextcloud to S3
Rclone
1. Configure S3 Remote
Install rclone and run:
rclone config
Follow the prompts to create a new remote (name it mys3) using the s3 provider.
2. Create a Backup Script
A proper backup requires a databa...