The s3 api endpoint (set if you are using a s3 compatible api like backblaze)
no
usePathStyle
Set this to true if your compatible api needs path style urls
no
prefix
The folder in the s3 bucket to upload the blobs to
no
maxRetries
The maximum amount of retries to perform for requests to the s3 api.
no
uploadPartSize
The size of the parts to upload to s3 in bytes. Its recommended to increase this depending on your bandwidth (the higher the bandwidth the higher the partSize)
no
Zfs Stage
type: zfs
zfsPath: /bin/zfs
remote: next_stage
field
description
required
remote
The next stage to execute
yes
zfsPath
The path to the zfs executeable (if not set zfs must be in the PATH)
no
Throttle Stage
type: throttle
remote: next_stage
writeSpeed: 1048576# in bytes per second
readSpeed: 1048576# in bytes per second
field
description
required
remote
The next stage to execute
yes
writeSpeed
The max write speed when uploading a backup to the sink (s3), not setting = no limit
yes
readSpeed
The max read speed when restoring a backup from sink (s3), not setting = no limit
yes
Crypt Stage
type: crypt
remote: next_stage
password: my_secret_password
field
description
required
remote
The next stage to execute
yes
password
The password to encrypt the backups with aes256 gcm