Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
deb10:backuppc [2023/02/03 14:21] – [Special host configurations] Bernard Condraudeb10:backuppc [2024/04/29 12:38] (current) 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 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: +  * 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'];
-<code>$Conf{RsyncShareName} = ['/', '/volume1'];+
 $Conf{BackupFilesExclude} = [ $Conf{BackupFilesExclude} = [
       '/proc',       '/proc',
Line 321: Line 320:
   * [[https://linuxconfig.org/how-to-setup-the-rsync-daemon-on-linux|How to setup the rsync daemon on Linux]]   * [[https://linuxconfig.org/how-to-setup-the-rsync-daemon-on-linux|How to setup the rsync daemon on Linux]]
   * [[https://www.computerhope.com/unix/rsync.htm|Linux rsync command]]   * [[https://www.computerhope.com/unix/rsync.htm|Linux rsync command]]
 +
 +===== Special commands =====
 +==== Delete specific files ====
 +  * [[https://sourceforge.net/p/backuppc/mailman/message/27543908/|How to delete specific files from backups?]]