Jump to content

Configuration Backup Plugin Failing


Recommended Posts

Posted

I'm running on Synology on DSM 7 and have setup the backup as per the attached screen grabs.  The folder sahring is set for the correct access, It doesn't run.  What am I missing?

 

Screenshot 2021-09-06 104131.png

Screenshot 2021-09-06 104234.png

Happy2Play
Posted

Can you post a server log.  But looking at that path provided the slashed go in different directions so I would suspect that is the issue.

Posted
19 minutes ago, Happy2Play said:

Can you post a server log.  But looking at that path provided the slashed go in different directions so I would suspect that is the issue.

Ah yes, totally missed that. Good catch. 

  • Like 1
Posted
The system cannot find the path specified.
at SharpCifs.Smb.SmbTransport.CheckStatus(ServerMessageBlock req, ServerMessageBlock resp)
at SharpCifs.Smb.SmbTransport.Send(ServerMessageBlock request, ServerMessageBlock response)
at SharpCifs.Smb.SmbSession.Send(ServerMessageBlock request, ServerMessageBlock response)
at SharpCifs.Smb.SmbTree.Send(ServerMessageBlock request, ServerMessageBlock response)
at SharpCifs.Smb.SmbFile.Send(ServerMessageBlock request, ServerMessageBlock response)
at SharpCifs.Smb.SmbFile.Open0(Int32 flags, Int32 access, Int32 attrs, Int32 options)
at SharpCifs.Smb.SmbFile.CreateNewFile()
at Emby.Server.Implementations.IO.SharpCifsFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share)
at Emby.Server.Implementations.IO.SharpCifsFileSystem.WriteAllText(String path, String text)
at Emby.Server.Implementations.IO.ManagedFileSystem.WriteAllText(String path, String text)
at MBBackup.ServerEntryPoint.ExecuteBackup(BackupProfile settings, CancellationToken cancellationToken, IProgress`1 progress, Boolean isAuto)
at MBBackup.Entities.ScheduledBackupTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
 
Posted
8 minutes ago, Speedytag said:
The system cannot find the path specified.
at SharpCifs.Smb.SmbTransport.CheckStatus(ServerMessageBlock req, ServerMessageBlock resp)
at SharpCifs.Smb.SmbTransport.Send(ServerMessageBlock request, ServerMessageBlock response)
at SharpCifs.Smb.SmbSession.Send(ServerMessageBlock request, ServerMessageBlock response)
at SharpCifs.Smb.SmbTree.Send(ServerMessageBlock request, ServerMessageBlock response)
at SharpCifs.Smb.SmbFile.Send(ServerMessageBlock request, ServerMessageBlock response)
at SharpCifs.Smb.SmbFile.Open0(Int32 flags, Int32 access, Int32 attrs, Int32 options)
at SharpCifs.Smb.SmbFile.CreateNewFile()
at Emby.Server.Implementations.IO.SharpCifsFileSystem.GetFileStream(String path, FileOpenMode mode, FileAccessMode access, FileShareMode share)
at Emby.Server.Implementations.IO.SharpCifsFileSystem.WriteAllText(String path, String text)
at Emby.Server.Implementations.IO.ManagedFileSystem.WriteAllText(String path, String text)
at MBBackup.ServerEntryPoint.ExecuteBackup(BackupProfile settings, CancellationToken cancellationToken, IProgress`1 progress, Boolean isAuto)
at MBBackup.Entities.ScheduledBackupTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
 

Right well did you see what happy2play said? It looks like you've misconfigured the backup location.

  • Like 1
Posted

For some reason, it put the server name in front.  I changed it to this and all good, thanks

/volume1/All NAS Data/All NAS Data/Emby Config Backup

  • Like 1
Posted
14 hours ago, Speedytag said:

For some reason, it put the server name in front.  I changed it to this and all good, thanks

/volume1/All NAS Data/All NAS Data/Emby Config Backup

Thanks for the feedback.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...