ich habe soeben erfreulicherweise meinen neuen Home-Server erfolgreich eingerichtet.
System läuft alles korrekt, bis auf die Clientensicherung mit Backuppc:
Backuppc bringt mir folgende Fehlermeldung:
Code: Select all
Running: /usr/bin/smbclient \\flo\Cflo -U -P " "-E -d 1 -c tarmode full -Tc -
Xfer PIDs are now 4961,4960
Failed to open /var/lib/samba/secrets.tdb
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 sizeTotal
Got fatal error during xfer (No files dumped for share Cflo)
Backup aborted (No files dumped for share Cflo)
Code: Select all
$Conf{SmbClientFullCmd} = '$smbClientPath \\$host\$shareName'
. ' $I_option -U $userName -P " "-E -d 1'
. ' -c tarmode\ full -Tc$X_option - $fileList';
Weiß nicht mehr, woran das liegen kann.
Danke im Voraus.
Gruß
Flo