Restic
Backup
Install Restic
apt update
apt install restic
Configure
Create restic_env.sh with content:
export AWS_ACCESS_KEY_ID="access_key"
export AWS_SECRET_ACCESS_KEY="secret_key"
export RESTIC_REPOSITORY="s3:http://IP-OR-DNS:7070/bucket"
# Password for Restic-Encrypt...