From 1384cf2e1df5b26408117004e30d6f455a0b08a2 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Wed, 29 Nov 2023 22:05:54 +0100 Subject: [PATCH 1/2] Correcting syntax --- mountainduck/issues/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mountainduck/issues/index.md b/mountainduck/issues/index.md index b448626e..e3f646ac 100644 --- a/mountainduck/issues/index.md +++ b/mountainduck/issues/index.md @@ -253,7 +253,7 @@ It may be that Finder closes the connection because Mountain Duck hasn't answere This is an issue within the operating system that can occur to any network drive. - **Additional `._*` Files Saved on Remote Volumes**
+**Additional `._*` Files Saved on Remote Volumes**
The `._*` files contain metadata about the files some applications write in additional to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes, with no metadata suppport, an auxiliary file is created to contain this information. You can delete metadata on files using `xattr -d `. As of version [2.1](https://mountainduck.io/changelog/), extended attributes are only saved in a temporary location and not stored on the mounted remote volume. If you want to revert to saving extended attributes to the server, enter in a *Terminal.app* window: @@ -329,7 +329,7 @@ Make sure to uninstall Kaspersky Internet Security with its kernel extensions ca #### Eset Cyber Security Pro -Make sure not connections on the loopback interface are blocked. +Make sure no connection on the loopback interface is blocked. #### Bitdefender From 390652b399e7f8248261df0537599e2a85b6e172 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Tue, 30 Jan 2024 14:09:13 +0100 Subject: [PATCH 2/2] Update content --- mountainduck/issues/index.md | 9 --------- mountainduck/preferences.md | 22 +++++++++++++++++++++- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/mountainduck/issues/index.md b/mountainduck/issues/index.md index e3f646ac..699899ca 100644 --- a/mountainduck/issues/index.md +++ b/mountainduck/issues/index.md @@ -253,15 +253,6 @@ It may be that Finder closes the connection because Mountain Duck hasn't answere This is an issue within the operating system that can occur to any network drive. -**Additional `._*` Files Saved on Remote Volumes**
- The `._*` files contain metadata about the files some applications write in additional to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes, with no metadata suppport, an auxiliary file is created to contain this information. You can delete metadata on files using `xattr -d `. - -As of version [2.1](https://mountainduck.io/changelog/), extended attributes are only saved in a temporary location and not stored on the mounted remote volume. If you want to revert to saving extended attributes to the server, enter in a *Terminal.app* window: - - defaults write io.mountainduck fs.filenames.metadata.enable false - -If you want to delete metadata files, you can open a *Terminal.app* window and enter `dot_clean -m `. - ```` ````{group-tab} Windows diff --git a/mountainduck/preferences.md b/mountainduck/preferences.md index 0728ccc5..313cedde 100644 --- a/mountainduck/preferences.md +++ b/mountainduck/preferences.md @@ -162,4 +162,24 @@ If not existing yet you need to create the file `%AppData%\Cyberduck\default.pro These settings are shared with Cyberduck. ```` -````` \ No newline at end of file +````` + +### Change default [connect mode](#connect-mode) + +A [hidden configuration option](preferences.md#hidden-configuration-options). + + defaults write io.mountainduck fs.sync.mode + +### Limit available connect mode options + +A [hidden configuration option](preferences.md#hidden-configuration-options). + + defaults write io.mountainduck fs.sync.mode.enable + +### Metadata + +As of version [2.1](https://mountainduck.io/changelog/), extended attributes are only saved in a temporary location and not stored on the mounted remote volume. If you want to revert to saving extended attributes to the server, enter in a *Terminal.app* window: + + defaults write io.mountainduck fs.filenames.metadata.enable false + +If you want to delete metadata files, you can open a *Terminal.app* window and enter `dot_clean -m `. \ No newline at end of file