diff --git a/site/source/user-manual/backups/backup-create.rst b/site/source/user-manual/backups/backup-create.rst index 178c44b..c1bdefe 100644 --- a/site/source/user-manual/backups/backup-create.rst +++ b/site/source/user-manual/backups/backup-create.rst @@ -68,4 +68,13 @@ Create the Backup #. If successful, you will also see the date and time of your most recent backup under **BACKUPS** in the **System** tab: .. figure:: /_static/images/config/backup5.png - :width: 60% \ No newline at end of file + :width: 60% + +Best Practices +-------------- + +Even with proper backups the risk of data corruption is always non-zero. Therefore it is recommended to take additional care when backing up highly valuable or irreplaceable data like a lightning node: + + * High quality SSDs should be favored over HDDs as a backup target. + * Backup to multiple targets. + * If backing up to multiple targets make sure all backups are up to date.