Line 241: |
Line 241: |
| | | |
| Now you can go to the admin backuppc panel to set your host<br /> | | Now you can go to the admin backuppc panel to set your host<br /> |
− | _________________________________________________
| |
| | | |
− | '''When restarting the BackupPC service you may receive the error as indicated below :<br />
| + | ===Known Issues=== |
| + | |
| + | * When restarting the BackupPC service you may receive the error as indicated below :<br /> |
| ''' | | ''' |
− | [root@backuppc ~]# service backuppc restart<br /> | + | [root@backuppc ~]# service backuppc restart<br /> |
| + | |
| + | Shutting down BackupPC: [ OK ] |
| + | Starting BackupPC: [ OK ] |
| + | '''BackupPC: WARNING: Your BackupPC $Conf{TopDir} is not listed in the locate |
| + | BackupPC: database configuration's PRUNEPATHS. This may cause all of your |
| + | BackupPC: backed up files to be indexed!''' |
| + | '''To remove the warning''' <br /> |
| | | |
− | Shutting down BackupPC: [ OK ]<br />
| + | you should create a custom template '''/etc/e-smith/templates-custom/etc/updatedb.conf/10conf''' (copy the default /etc/e-smith/templates/etc/updatedb.conf/10conf)<br /> |
− | Starting BackupPC: [ OK ]<br />
| + | mkdir -p /etc/e-smith/templates-custom/etc/updatedb.conf/ |
− | '''BackupPC: WARNING: Your BackupPC $Conf{TopDir} is not listed in the locate<br /> | + | cp /etc/e-smith/templates/etc/updatedb.conf/10conf /etc/e-smith/templates-custom/etc/updatedb.conf/ |
− | BackupPC: database configuration's PRUNEPATHS. This may cause all of your<br />
| |
− | BackupPC: backed up files to be indexed!'''<br />
| |
| | | |
− | '''To remove the warning,''' you should create a custom template /etc/e-smith/templates-custom/etc/updatedb.conf/10conf (copy the default /etc/e-smith/templates/etc/updatedb.conf/10conf)<br /> and add the directory /var/lib/BackupPC to the PRUNEPATHS list, then expand-template /etc/updatedb.conf <br />
| + | add the directory /var/lib/BackupPC to the PRUNEPATHS list, then |
| + | expand-template /etc/updatedb.conf |
| | | |
| === Uninstall === | | === Uninstall === |