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-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,22 +74,16 @@ Alternatively, use the corresponding option in the bookmark configuration to ena
74
74
75
75
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`
76
76
77
-
### Versions while transferring
78
-
79
-
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).
80
-
81
-
versioning.enable=true
82
-
83
77
### Exclude files
84
78
85
-
To excluded files or file types from versioning use a[hidden configuration option](preferences.md#hidden-configuration-options).
79
+
Versioning can be limited to files matching a regular expression using the[hidden configuration option](preferences.md#hidden-configuration-options).
86
80
87
81
versioning.include.regex=.*
88
82
89
83
### Number of saved versions
90
84
91
85
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.
92
86
93
-
The number of saved verions can be customized by using a [hidden configuration option](preferences.md#hidden-configuration-options).
87
+
The number of saved versions can be customized by using a [hidden configuration option](preferences.md#hidden-configuration-options).
0 commit comments