backup/rclone/rclone.conf.example

; backup/rclone/rclone.conf.example
; Copy to /srv/homelab/secrets/rclone.conf and fill the real keys.
; The bucket should have "Keep only the last N versions" enabled as an
; additional safety net on top of what rclone-sync.sh prunes.

[b2-homelab]
type = b2
account = REPLACE_WITH_B2_KEY_ID
key = REPLACE_WITH_B2_APP_KEY
hard_delete = true
upload_cutoff = 200M
chunk_size = 96M

[crypt-homelab]
type = crypt
remote = b2-homelab:homelab-backups
filename_encryption = standard
directory_name_encryption = true
password = REPLACE_WITH_OBSCURED_PASSWORD
password2 = REPLACE_WITH_OBSCURED_SALT

[local-nas]
type = local
nounc = true

[archive-sftp]
type = sftp
host = archive.home.arpa
user = backup
key_file = /srv/homelab/secrets/archive_id_ed25519