From 464e52a1c419dfe791de8a36098bfb140fa03e78 Mon Sep 17 00:00:00 2001 From: Tom Mortensen Date: Mon, 7 Jan 2019 11:35:47 -0800 Subject: [PATCH] Add Time Machine via SMB support. --- plugins/dynamix/SMBsettings.page | 10 ++++++++++ plugins/dynamix/SecuritySMB.page | 29 +++++++++++++++++++++-------- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/plugins/dynamix/SMBsettings.page b/plugins/dynamix/SMBsettings.page index 3a28ca38e..db4c73e02 100644 --- a/plugins/dynamix/SMBsettings.page +++ b/plugins/dynamix/SMBsettings.page @@ -40,6 +40,16 @@ Hide "dot" files: > If set to 'No' then dot files will appear in folder lists the same as any other file. +Enhanced OS X interoperability: +: + +> When set to 'Yes' provides enhanced compatibility with Apple SMB clients, resulting, for example, in faster +> Finder browsing, and ability to export Time Machine shares. This may cause some issues with Windows clients, however. +> Please also refer to the [VFS_FRUIT MAN PAGE](https://www.mankier.com/8/vfs_fruit). +   : Array must be Stopped to change diff --git a/plugins/dynamix/SecuritySMB.page b/plugins/dynamix/SecuritySMB.page index aa91a8280..c686bb936 100644 --- a/plugins/dynamix/SecuritySMB.page +++ b/plugins/dynamix/SecuritySMB.page @@ -61,6 +61,7 @@ foreach ($rows as $row) echo $row; Share name: : + Export: : - - + +Export: +: -> When set to 'Yes' provides enhanced compatibility with Apple SMB clients, resulting, for example, in faster -> Finder browsing. This may cause some issues with Windows clients, however. Please also refer to -> the [VFS_FRUIT MAN PAGE](https://www.mankier.com/8/vfs_fruit). +> This setting determines whether the share is visible and/or accessible. The 'Yes (hidden)' setting +> will *hide* the share from *browsing* but is still accessible if you know the share name. + +Time Machine volume size limit: +: MB + +> This limits the reported volume size, preventing Time Machine from using the entire real disk space +> for backup. For example, setting this value to "1024" would limit the reported disk space to 1GB. Security: @@ -203,6 +212,7 @@ foreach ($rows as $row) echo $row;