You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mountainduck/versions.md
+2-8
Original file line number
Diff line number
Diff line change
@@ -64,22 +64,16 @@ Alternatively, use the corresponding option in the bookmark configuration to ena
64
64
65
65
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`
66
66
67
-
### Versions while transferring
68
-
69
-
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).
70
-
71
-
versioning.enable=true
72
-
73
67
### Exclude files
74
68
75
-
To excluded files or file types from versioning use a[hidden configuration option](preferences.md#hidden-configuration-options).
69
+
Versioning can be limited to files matching a regular expression using the[hidden configuration option](preferences.md#hidden-configuration-options).
76
70
77
71
versioning.include.regex=.*
78
72
79
73
### Number of saved versions
80
74
81
75
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.
82
76
83
-
The number of saved verions can be customized by using a [hidden configuration option](preferences.md#hidden-configuration-options).
77
+
The number of saved versions can be customized by using a [hidden configuration option](preferences.md#hidden-configuration-options).
0 commit comments