a bunch of changes

This commit is contained in:
Matt Hill
2022-02-23 15:58:41 -07:00
parent df6cc9b23f
commit 659ca38d6e
86 changed files with 979 additions and 1215 deletions

View File

@@ -1,10 +1,8 @@
.. _cifs-linux:
=====
Linux
=====
The following will guide you through the prerequisite configuration to backup to a Linux machine or an external drive that is attached to a Linux machine.
=====================================
Creating a LAN Shared Folder on Linux
=====================================
.. tabs::

View File

@@ -1,10 +1,8 @@
.. _cifs-mac:
===
Mac
===
The following will guide you through the prerequisite configuration to backup to a Mac machine or an external drive that is attached to a Mac machine.
===================================
Creating a LAN Shared Folder on Mac
===================================
#. Go to system settings

View File

@@ -1,22 +1,17 @@
.. _cifs-synology:
========
Synology
========
========================================
Creating a LAN Shared Folder on Synology
========================================
.. note:: This guide was created by a Start9 community member. This is not yet officially supported. Please report any feedback that may help improve the process.
The following will guide you through the prerequisite configuration to backup to a Synology NAS device.
#. In Synology UI, go to *Control Panel > Shared Folder* and select the folder you want to use. Click "Permissions" and make sure you have read/write permissions for the user you're going to be logging in as. Click "Save".
#. Go to the Synology UI > Control Panel > Shared Folder > select the folder you want to use > Permissions tab > make sure that you have read/write permissions for the user you're going to be logging in as > Save
#. Then go to the Synology UI > Control Panel > File Services > SMB Tab > Click the SMB drop down button if it isn't already selected > Ensure that "Enable SMB service" is checked.
#. Back in Synology UI, go to *Control Panel > File Services > SMB* and click the SMB drop down button if it isn't already selected. Ensure that "Enable SMB service" is checked.
.. note:: Under Advanced Settings on the same dropdown, "Min SMB protocol" was set to SMB2 and "Max SMB protocol set to SMB3" - this may or may not be necessary
#. On the same dropdown, under "Note" will be "PC (Windows Explorer): \". This DeviceAddressName is the "Hostname" within the Embassy New Shared Folder dialog, and note that it is case sensitive and that the \ have been removed.
#. Go to Synology UI > File Station > navigate so that you can see the the desired destination folder > right click on it > Properties > General Tab, next to Location: will be an folder location of the format ///, the / portion (so without the volume label) is the "Path" within the Embassy New Shared Folder dialog.
#. Fill in the Username and Password appropriately for the previously checked user.
#. In the same dropdown, under "Note" will be "PC (Windows Explorer): \". This DeviceAddressName is the "Hostname" within the Embassy New Shared Folder dialog, and note that it is case sensitive and that the \ have been removed.
#. Back in Synonogy UI, click "File Station" and navigate so that you can see the the desired destination folder. Right click the folder, then *Properties > General*. Next to "Location" will be a folder location of the format ///, the / portion (so without the volume label) is the "Path" within the Embassy New Shared Folder dialog.

View File

@@ -1,10 +1,8 @@
.. _cifs-windows:
=======
Windows
=======
The following will guide you through the prerequisite configuration to backup to a Windows machine or an external drive that is attached to a Windows machine.
=======================================
Creating a LAN Shared Folder on Windows
=======================================
#. Create a folder

View File

@@ -1,15 +1,15 @@
.. _cifs-setup:
=======================
LAN Shared Folder Setup
=======================
============================
Creating a LAN Shared Folder
============================
Click your platform for detailed instructions on how to create a Shared Network Folder on your local network (:ref:`LAN<lan>`).
Click your platform for detailed instructions on how to create a LAN Shared Folder for creating backups.
.. toctree::
:maxdepth: 2
cifs-linux
cifs-mac
cifs-windows
cifs-synology
Linux <cifs-linux>
Mac <cifs-mac>
Windows <cifs-windows>
Synonogy <cifs-synology>