rustic icon indicating copy to clipboard operation
rustic copied to clipboard

WebDAV configuration isn't working in windows

Open douglasparker opened this issue 1 year ago • 2 comments

Tested with latest and rustic v0.7.0-45-gfc8e3c5-nightly

rustic webdav binds to http://[::1]:8000 despite the configuration.

[webdav]
address = "127.0.0.1:8000"
path-template = "[{hostname}]/[{label}]/{time}" # The path template to use for snapshots. {id}, {id_long}, {time}, {username}, {hostname}, {label}, {tags}, {backup_start}, {backup_end} are replaced. [default: "[{hostname}]/[{label}]/{time}"]. Only relevant if no snapshot-path is given.
time-template = "%Y-%m-%d_%H-%M-%S"
symlinks = false
file-access = "read"

douglasparker avatar Jun 08 '24 04:06 douglasparker