Add Time Machine via SMB support.

This commit is contained in:
Tom Mortensen
2019-01-07 11:35:47 -08:00
parent a4d429a43b
commit 464e52a1c4
2 changed files with 31 additions and 8 deletions
+10
View File
@@ -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:
: <select name="enableFruit" size="1">
<?=mk_option($var['enableFruit'], "no", "No");?>
<?=mk_option($var['enableFruit'], "yes", "Yes");?>
</select>
> 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).
&nbsp;
: <input type="submit" name="changeShare" value="Apply" disabled><input type="button" value="Done" onclick="done()"><?if ($var['fsState']=="Started"):?>Array must be <span class="strong big">Stopped</span> to change<?endif;?>
</form>