Skip to content

Commit

Permalink
fix full.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Nov 30, 2024
1 parent 70bb64c commit 4a02fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ filter-before = "2024-02-05 12:15" # Default: not set
filter-size = "200MiB" # Default: not set
filter-size-added = "1 MB..10MB" # Default: not set
filter-fn = '|sn| {sn.host == "host1" || sn.description.contains("test")}' # Default: no filter function
filter-fq = '.description | contains ("test")' # Default: no jq filter function
filter-jq = '.description | contains ("test")' # Default: no jq filter function

# Backup options: These options are used for all sources when calling the backup command.
# They can be overwritten by source-specific options (see below) or command line options.
Expand Down Expand Up @@ -175,7 +175,7 @@ filter-before = "2024-02-05 12:15" # Default: not set
filter-size = "200MiB" # Default: not set
filter-size-added = "1 MB..10MB" # Default: not set
filter-fn = '|sn| {sn.host == "host1" || sn.description.contains("test")}' # Default: no filter function
filter-fq = '.description | contains ("test")' # Default: no jq filter function
filter-jq = '.description | contains ("test")' # Default: no jq filter function
# The retention options follow. All of these are not set by default.
keep-tags = ["tag1", "tag2,tag3"] # Default: not set
keep-ids = [
Expand Down

0 comments on commit 4a02fdb

Please sign in to comment.