Backups refactor, icons, more screens, misc edits (#81)

* Backups refactor, icons, more screens, misc edits

* Many fixes

* ya

* Backups refactor
This commit is contained in:
kn0wmad
2022-02-28 16:19:35 -07:00
committed by GitHub
parent 0053ead652
commit 1b0165295a
44 changed files with 455 additions and 255 deletions

View File

@@ -1,41 +1,38 @@
.. _backup-create:
.. _backup:
=============
Backup Create
=============
======
Backup
======
Backing up your Embassy is easy and secure. Backups are encrypted with your master password.
Backup Using LAN Shared Folder
------------------------------
.. warning:: Create frequent backups to avoid loss of data!
.. tip:: This is the recommended approach for creating backups.
Setup Device
------------
#. Follow instructions for creating a :ref:`LAN Shared Folder<cifs-setup>` on your laptop/desktop.
Select your platform for detailed instructions on how to create a LAN Shared Folder for creating backups (recommended). Otherwise, you may backup to a physical drive, attached in addition to your main Embassy SSD.
#. Go to *Embassy > Create Backup*.
.. toctree::
:maxdepth: 1
Linux LAN Shared Folder <backup-setup/backup-linux>
Mac LAN Shared Folder <backup-setup/backup-mac>
Windows LAN Shared Folder <backup-setup/backup-windows>
Synology LAN Shared Folder <backup-setup/backup-synology>
Physical Drive via Embassy <backup-setup/backup-physical>
.. _backup-create:
Create Backup
-------------
#. Go to *Embassy > Create Backup*
.. figure:: /_static/images/config/embassy_backup.png
:width: 60%
#. Next, click on "New Shared Folder".
.. figure:: /_static/images/config/embassy_backup0.png
:width: 60%
#. Fill in the following fields:
* Hostname - This is the hostname of the machine that your shared folder is located on
* Path - This is the directory path to the shared folder. If you configured Samba yourself (Linux), this is the "comment" (name of the share in your samba config file) and not the path.
* Username - This is the user on the remote machine that you used to create the shared directory
* Password - This is your user (from above) password
.. figure:: /_static/images/config/embassy_backup1.png
:width: 60%
#. Click "Save".
#. You will see a freshly created "cloud" backup location available, click it, then click "Create Backup".
#. You will see your previously created LAN Shared Folder backup location (or Physical Drive) available. Click it, then click "Create Backup".
.. figure:: /_static/images/config/embassy_backup2.png
:width: 60%
@@ -45,41 +42,7 @@ Backup Using LAN Shared Folder
.. figure:: /_static/images/config/embassy_backup3.png
:width: 60%
#. When the backup is complete you will receive a notification in the Notifications tab, and you will see the date and time of your most recent backup updated under "Backups" in the Embassy tab.
When the backup is complete, you will receive a notification. If successful, you will see the date and time of your most recent backup updated under "Backups" in the Embassy tab.
.. figure:: /_static/images/config/embassy_backup4.png
:width: 60%
Backup Using a Physical Drive
-----------------------------
.. tip:: You can backup to a physical drive using the recommended method above, rather than plugging the drive directly into the Embassy, which can cause problems.
.. caution:: If using the Raspberry Pi, you MUST use external power to attach a physical drive in order to prevent any data corruption due to power constraints.
#. Ensure your backup drive is properly formatted. The recommended format at this time is ``exFAT``. **Do not** use ``fat32``.
#. If your drive is self-powered, you can plug it directly into your Embassy blue USB 3.0 slot. If not, first plug the drive into a powered USB hub, then plug the hub into your Embassy. Then you may power it up.
#. Go to *Embassy > Create Backup*
.. figure:: /_static/images/config/physical-backup0.png
:width: 60%
#. Select your drive.
.. figure:: /_static/images/config/physical-backup1.png
:width: 60%
.. figure:: /_static/images/config/physical-backup2.png
:width: 60%
#. Enter your EmbassyOS master password.
.. figure:: /_static/images/config/physical-backup3.png
:width: 60%
After backup, you will receive a notice that the backup is complete, and you will see the latest backup date appear on the Embassy tab.
.. figure:: /_static/images/config/physical-backup4.png
:width: 60%