Skip to content

Commit

Permalink
dprint on full.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Feb 3, 2024
1 parent 2fba0fd commit 29bb21e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ timeout = "10min" # Only rest/rclone backend
rclone-command = "rclone serve restic --addr localhost:0" # Only rclone; Default: not set
use-password = "true" # Only rclone
rest-url = "http://localhost:8000" # Only rclone; Default: determine REST URL from rclone output
# Note that opendal backends use several service-dependent options which may be specified here, see
# Note that opendal backends use several service-dependent options which may be specified here, see
# https://opendal.apache.org/docs/rust/opendal/services/index.html


# Additional repository options for the hot part - depending on backend. These can be only set in the config file.
[repository.options-hot]
# see [repository.options]
Expand Down Expand Up @@ -100,7 +99,6 @@ no-scan = false
quiet = false
skip-identical-parent = false


# Backup options for specific sources - all above options are also available here and replace them for the given source
[[backup.sources]]
source = "/path/to/source1"
Expand Down

0 comments on commit 29bb21e

Please sign in to comment.