Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
deb10:backuppc [2023/02/03 13:09] – [Special host configurations] Bernard Condraudeb10:backuppc [2023/02/03 14:21] – [Special host configurations] Bernard Condrau
Line 292: Line 292:
       '*.mkv',       '*.mkv',
 ];</code> ];</code>
-  * Synology DSM6 host share configuration. <color red>**IMPORTANT: you need to exclude any encrypted shared folders from the backup. Every file is kept as encrypted file on the Synology NAS and decrypted on access, but the custom [[#Configuration_on_Synology_DSM6_Hosts|rsync]] does not know how to do that**</color>. If you have a shared folder named //documents// then add the line as shown below in the sample config file:<code>$Conf{RsyncShareName} = ['/', '/volume1'];+  * Synology DSM6 host share configuration. <color red>**IMPORTANT: you need to exclude any encrypted shared folders containing the encrypted physical files from the backup.**</color>. If you have a shared folder named ''documents'' then add the line as shown below in the sample config file: 
 +<code>$Conf{RsyncShareName} = ['/', '/volume1'];
 $Conf{BackupFilesExclude} = [ $Conf{BackupFilesExclude} = [
       '/proc',       '/proc',