My Synology NAS has a folder called pc_backups and has a user called veeam that has read/write access. I installed Veeam Endpoint Backup on my PC, pointed to the folder on my NAS and set it to use the veaam user id. The initial backup completed in a very reasonable time.
Now here is where I'm scratching my head.
I configured Endpoint Backup to:
- perform volume level backups of the System Reserved, C: and D; drives
- still writing to the same folder on my NAS using the same user account
- scheduled it to run at a specific time
- leave the PC running once complete
So here is what happens:
- The PC wakes from sleep
- The backup starts but doesn't seem able to find/access the folder on the NAS
- The PC is put back to sleep
- If I then subsequently log on to the PC, I see the above failed attempt but within a few minutes it retries and succeeds
From what I am seeing it would seem that there are two issues:
- The first is that Endpoint Backup for some reason is unable to see/access the share
- Although set to keep the server running, it would seem that this setting is ignored.
Does anyone have any ideas for where I should look to resolve?
I have included a copy of the backup log if this helps diagnose the issue.
Code: Select all
[28.05.2015 21:00:05] <01> Info [MAIN-PC] [FC] Creating directory '\\SYNOLOGY\PC_Backups\Antec_Main'
[28.05.2015 21:00:05] <01> Error Failed to call RPC function 'FcCreateDir'. InParams: '<InputArguments><DirName value="\\SYNOLOGY\PC_Backups\Antec_Main" /></InputArguments>'.
[28.05.2015 21:00:05] <01> Error The network path was not found.
[28.05.2015 21:00:05] <01> Error Cannot create folder. Folder path: [\\SYNOLOGY\PC_Backups\Antec_Main].
[28.05.2015 21:00:05] <01> Error --tr:FC: Failed to create directory. Directory path: [\\SYNOLOGY\PC_Backups\Antec_Main].
[28.05.2015 21:00:05] <01> Error --tr:Failed to call DoRpc. CmdName: [FcCreateDir]. (System.ApplicationException)
[28.05.2015 21:00:05] <01> Error at VeeamProxyClient.RegenerateCLRException(exception* excBase)
[28.05.2015 21:00:05] <01> Error at VeeamProxyClient.CCliProxyRpcInvoker.DoRpc(String cmdName, String inXml, String& outXml)
[28.05.2015 21:00:05] <01> Error at Veeam.Backup.ProxyProvider.CProxyRpcInvoker.Call(String methodName, CProxyInvokeInputArg inputArgs, Boolean secureCall)
[28.05.2015 21:00:05] <01> Error Backup target is not accessible. (System.Exception)
[28.05.2015 21:00:05] <01> Error at Veeam.Backup.Core.CBackupRepositoryEx.CreateRootDir()
[28.05.2015 21:00:05] <01> Error at Veeam.Backup.Core.CBackupRepositoryEx.PrepareBackup(CBackupJob job, Boolean isAdHoc)
[28.05.2015 21:00:05] <01> Error at Veeam.Backup.Core.CBackupJobTarget..ctor(CBackupJob job, Mode mode, CBackupSession jobSess, IRotatedDriveAlg rotatedDriveAlg, IStopSessionSync sessionControl, ETargetAgentSharingMode agentSharingMode, CRepositoryAccessor repositoryAccessor)
[28.05.2015 21:00:05] <01> Error at Veeam.EndPoint.CEndPointBackupJobPerformer.Perform()
[28.05.2015 21:00:05] <01> Error [MAIN-PC] Failed to create directory '\\SYNOLOGY\PC_Backups\Antec_Main' (System.Exception)
[28.05.2015 21:00:05] <01> Error at Veeam.Backup.ProxyProvider.CProxyFileCommander.CreateDir(String dirPath)
[28.05.2015 21:00:05] <01> Error at Veeam.Backup.Core.CBackupRepositoryEx.CreateRootDir()
[28.05.2015 21:00:05] <01> Error The network path was not found.
[28.05.2015 21:00:05] <01> Error Cannot create folder. Folder path: [\\SYNOLOGY\PC_Backups\Antec_Main].
[28.05.2015 21:00:05] <01> Error --tr:FC: Failed to create directory. Directory path: [\\SYNOLOGY\PC_Backups\Antec_Main].
[28.05.2015 21:00:05] <01> Error --tr:Failed to call DoRpc. CmdName: [FcCreateDir]. (System.ApplicationException)
[28.05.2015 21:00:05] <01> Error at VeeamProxyClient.RegenerateCLRException(exception* excBase)
[28.05.2015 21:00:05] <01> Error at VeeamProxyClient.CCliProxyRpcInvoker.DoRpc(String cmdName, String inXml, String& outXml)
[28.05.2015 21:00:05] <01> Error at Veeam.Backup.ProxyProvider.CProxyRpcInvoker.Call(String methodName, CProxyInvokeInputArg inputArgs, Boolean secureCall)
[28.05.2015 21:00:05] <01> Error The network path was not found. (Veeam.Backup.Common.CCppComponentException)
[28.05.2015 21:00:05] <01> Error Cannot create folder. Folder path: [\\SYNOLOGY\PC_Backups\Antec_Main]. (Veeam.Backup.Common.CCppComponentException)
[28.05.2015 21:00:05] <01> Error in c++: FC: Failed to create directory. Directory path: [\\SYNOLOGY\PC_Backups\Antec_Main].
[28.05.2015 21:00:05] <01> Error in c++: Failed to call DoRpc. CmdName: [FcCreateDir].