This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb10:backuppc [2022/08/15 15:32] – [Special host configurations] Bernard Condrau | deb10:backuppc [2024/04/29 12:38] (current) – Bernard Condrau | ||
|---|---|---|---|
| Line 112: | Line 112: | ||
| ===== Apache Setup ===== | ===== Apache Setup ===== | ||
| - | * If you run a separate server and want to make the web interface available, you need to setup a VirtualHost proxy on your main apache server. | + | * If you run a separate server and want to make the web interface available, you need to setup a VirtualHost proxy on your main apache server. |
| * Add a redirect in BackupPC' | * Add a redirect in BackupPC' | ||
| * Add an empty index.html to / | * Add an empty index.html to / | ||
| Line 178: | Line 178: | ||
| ==== Maintenance ==== | ==== Maintenance ==== | ||
| * Delete a backup. If you delete several backups, delete non-filled backups which were taken after a filled backup first.< | * Delete a backup. If you delete several backups, delete non-filled backups which were taken after a filled backup first.< | ||
| + | ===== Move V4 data to new storage ===== | ||
| + | - prepare new storage using [[deb9: | ||
| + | - mount existing storage to ''/ | ||
| + | - copy with '' | ||
| + | * [[https:// | ||
| + | |||
| ===== Host Setup ===== | ===== Host Setup ===== | ||
| All hosts are setup with rsync through ssh. For Windows 10 hosts I use the [[win10: | All hosts are setup with rsync through ssh. For Windows 10 hosts I use the [[win10: | ||
| Line 239: | Line 245: | ||
| ==== Configuration on Server for remote hosts accessible through relais ==== | ==== Configuration on Server for remote hosts accessible through relais ==== | ||
| - | * Modify ping command in host access configuration:< | + | * Modify ping command in host access configuration |
| ==== Configuration on Hosts ==== | ==== Configuration on Hosts ==== | ||
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| %sudo ALL=(ALL: | %sudo ALL=(ALL: | ||
| backuppc ALL=(root: | backuppc ALL=(root: | ||
| + | - Test rsync access as root with the following command from user '' | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| Line 285: | Line 292: | ||
| ' | ' | ||
| ];</ | ];</ | ||
| - | * Synology DSM6 host share configuration:< | + | * Synology DSM6 host share configuration. <color red> |
| $Conf{BackupFilesExclude} = [ | $Conf{BackupFilesExclude} = [ | ||
| '/ | '/ | ||
| Line 292: | Line 299: | ||
| ' | ' | ||
| ' | ' | ||
| + | # exclude any shared folders here | ||
| + | ' | ||
| ];</ | ];</ | ||
| * Synology DSM6 host access configuration:< | * Synology DSM6 host access configuration:< | ||
| Line 311: | Line 320: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ===== Special commands ===== | ||
| + | ==== Delete specific files ==== | ||
| + | * [[https:// | ||