Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Sep 27, 2024
1 parent fa9f2b1 commit 25ac18c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions mountainduck/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,16 @@ Alternatively, use the corresponding option in the bookmark configuration to ena

The versions are stored in a hidden folder named `.duckversions` in each folder on the mount. The versions are named like the following pattern: `filename.extension → filename-20230906102017.762.extension`

### Versions while transferring

Versioning for [overwriting](transfer.md#overwrite-prompt) existing files while uploading can be enabled by using a [hidden configuration option](preferences.md#hidden-configuration-options).

versioning.enable=true

### Exclude files

To excluded files or file types from versioning use a [hidden configuration option](preferences.md#hidden-configuration-options).
Versioning can be limited to files matching a regular expression using the [hidden configuration option](preferences.md#hidden-configuration-options).

versioning.include.regex=.*

### Number of saved versions

Per default, the number of saved versions is limited to 5. The oldest version will be deleted once a new version is uploaded exceeding the limit.

The number of saved verions can be customized by using a [hidden configuration option](preferences.md#hidden-configuration-options).
The number of saved versions can be customized by using a [hidden configuration option](preferences.md#hidden-configuration-options).

versioning.limit=5

0 comments on commit 25ac18c

Please sign in to comment.