Leider habe ich wie u.b.muc auch das Problem, dass die Dateizugriffsrechte beim Ausführen des Backups nicht ausreichen. Alle hier aufgeführten Tipps habe ich rauf und runter ohne Erfolg ausprobiert und bin jetzt am Ende meines Lateins. Ich verwende eine Synology DS 213j, DSM 5.0 4528 und Hardlinkbackup 2.15 (Build 8408) läuft auf Windows 8.1. Zugriff über Windows Dateidienst, wobei LDAP, etc. nicht aktiviert ist. User auf der NAS hat alle Berechtigungen und ist auch Owner des Verzeichnisses.
Prinzipiell sind Schreibrechte auf dem NAS vorhanden, sodass Verzeichnisse und Index-Dateien erstellt werden. Dennoch schließt die Initialisierung nicht ab. HLB protokolliert beim Zugriff auf das Filesystem <<user is "xxx\yyy">>. Müsste da anstelle des lokalen Nutzers nicht der NAS-Account stehen?
Was mir beim Ausprobieren sonst noch aufgefallen ist: Das Backup funktioniert, wenn ich als Ziel-VZ einen gemeinsamen Ordner mit Attribut "System default shared folder" wähle. Scheinbar ist der für DLNA-Services offen und umgeht so die Rechte-Problematik.
Hier der Auszug aus der Logdatei, wobei T:\... das in gemappte Verzeichnis auf der NAS und D:\... das lokale zu sichernde Verzeichnis sind:
[12:52:09.77] INF: Configure backup "T:\testbackup\testbackup.hbd"
[12:52:09.77] INF: Start backup at 2015-02-12 12:52:09.77 (Version 2.1.5 (Build 1172))
[12:52:09.79] INF: Scan existing backup sets
[12:52:09.80] INF: Compare with backup sets
[12:52:09.80] INF: Initializing backup
[12:52:09.80] INF: Check access to source directory "D:\Test_Backup" ("Test_Backup")
[12:52:09.82] INF: Need user to access "T:\" (user is "xxx\yyy")
[12:52:09.83] INF: Check root access to "T:"
[12:52:09.83] INF: Need user to access "T:\" (user is "xxx\yyy")
[12:52:09.90] INF: Check file access to "T:\testbackup\2015-02-12"
[12:52:09.90] INF: Check file access to "T:\testbackup\2015-02-12"
[12:52:09.90] ERR: The worker InitializeBackupWorker[Id=Lupinho.Net.HardlinkBackup.Engine.Workers.InitializeBackupWorker@164, WorkerState=Failed] failed because an exception occured:
[12:52:09.91] ERR: Lupinho.Net.HardlinkBackup.Engine.Workers.BackupException: The file access rights to target directory "T:\testbackup\2015-02-12" are insufficient. The executing user must have access rights for create, read and write files.
bei Lupinho.Net.HardlinkBackup.Engine.Workers.AbstractInitializeWorker.CheckWriteAccessRights(String directory, Boolean accessSecurity, Boolean copyAllMetaData)
bei Lupinho.Net.HardlinkBackup.Engine.Workers.InitializeBackupWorker.Work(IWorkerRunControl workerRunControl, IProgressMonitorTask workingTask)
bei Lupinho.Net.Worker.AbstractWorker.Continue()
[12:52:09.91] FAT: Lupinho.Net.HardlinkBackup.Engine.Workers.BackupException: The file access rights to target directory "T:\testbackup\2015-02-12" are insufficient. The executing user must have access rights for create, read and write files.
bei Lupinho.Net.HardlinkBackup.Engine.Workers.AbstractInitializeWorker.CheckWriteAccessRights(String directory, Boolean accessSecurity, Boolean copyAllMetaData)
bei Lupinho.Net.HardlinkBackup.Engine.Workers.InitializeBackupWorker.Work(IWorkerRunControl workerRunControl, IProgressMonitorTask workingTask)
bei Lupinho.Net.Worker.AbstractWorker.Continue()
[12:52:09.91] INF: Backup initialization failed
[12:52:09.91] INF: Writing backup set info for target T:\testbackup\2015-02-12
[12:52:09.94] ERR: The worker FullBackupWorker[Id=Lupinho.Net.HardlinkBackup.Engine.Workers.FullBackupWorker@161, WorkerState=Failed] failed because an exception occured:
[12:52:09.94] ERR: Lupinho.Net.Worker.SubWorkerFailedException: The sub-worker InitializeBackupWorker[Id=Lupinho.Net.HardlinkBackup.Engine.Workers.InitializeBackupWorker@164, WorkerState=Failed] has been failed.
bei Lupinho.Net.Worker.AbstractSequentialWorker`1.Work(IWorkerRunControl workerRunControl, IProgressMonitorTask workingTask)
bei Lupinho.Net.Worker.AbstractWorker.Continue()
[12:52:09.94] FAT: Lupinho.Net.Worker.SubWorkerFailedException: The sub-worker InitializeBackupWorker[Id=Lupinho.Net.HardlinkBackup.Engine.Workers.InitializeBackupWorker@164, WorkerState=Failed] has been failed.
bei Lupinho.Net.Worker.AbstractSequentialWorker`1.Work(IWorkerRunControl workerRunControl, IProgressMonitorTask workingTask)
bei Lupinho.Net.Worker.AbstractWorker.Continue()
[12:52:09.94] INF: Closing backup...
[12:52:09.94] INF: Summary:
[12:52:09.96] INF: Backup time: 12:52 - 12:52 (141 milliseconds)
[12:52:09.96] INF: Copied 0 files (0 Byte)
[12:52:09.96] INF: Linked 0 files (0 Byte)
[12:52:09.96] INF: Processed 0 files (0 Byte) in 0 directories
[12:52:09.98] INF: 2 errors and 0 warnings occured
[12:52:09.98] INF: Backup failed with 2 errors.
Kann mir jemand aus der Patsche helfen???
|