mattisam 8 Posted February 26, 2019 Posted February 26, 2019 After upgrading from 3.X to 4.0.1 I cant run the backup script manually or automatically. Here is part of the error log. 2019-02-26 14:46:19.313 Info HttpServer: HTTP Response 204 to 10.250.0.1. Time: 3ms. http://10.2.7.9:8096/emby/ScheduledTasks/Running/a1e4a7962c72ac5e491497598d1ee479 2019-02-26 14:46:19.313 Info TaskManager: Executing Configuration Backup 2019-02-26 14:46:19.332 Info HttpServer: HTTP GET http://10.2.7.9:8096/emby/ScheduledTasks?isHidden=false. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0 2019-02-26 14:46:19.334 Info HttpServer: HTTP Response 200 to 10.250.0.1. Time: 2ms. http://10.2.7.9:8096/emby/ScheduledTasks?isHidden=false 2019-02-26 14:46:19.355 Error TaskManager: Error *** Error Report *** Version: 4.1.0.10 Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb Operating system: Unix 4.9.0.8 64-Bit OS: True 64-Bit Process: True User Interactive: True Processor count: 16 Program data path: /var/lib/emby Application directory: /opt/emby-server/system System.NullReferenceException: System.NullReferenceException: Object reference not set to an instance of an object. at Emby.Server.Implementations.IO.SharpCifsFileSystem.IsEnabledForPath(String path) at Emby.Server.Implementations.IO.ManagedFileSystem.DirectoryExists(String path) 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) Source: Emby.Server.Implementations TargetSite: Boolean IsEnabledForPath(System.String) 2019-02-26 14:46:19.355 Info TaskManager: Configuration Backup Failed after 0 minute(s) and 0 seconds 2019-02-26 14:46:19.357 Info TaskManager: ExecuteQueuedTasks
mastrmind11 722 Posted February 27, 2019 Posted February 27, 2019 check that the backup path exists and that emby has the proper permissions to it.
mattisam 8 Posted February 27, 2019 Author Posted February 27, 2019 check that the backup path exists and that emby has the proper permissions to it. That was my very first thought. But I am not sure where it is supposed to be writing the backups. Where do you see/change this path?
Luke 42077 Posted February 27, 2019 Posted February 27, 2019 It's in the backup plugin settings, just go to the plugins section and click on the backup plugin.
mattisam 8 Posted February 27, 2019 Author Posted February 27, 2019 Bingo. I was looking in the system settings, thinking it was built in, not a plugin. Permissions set and it works. Thank you. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now