Jump to content

Aiuto per le impostazioni di Backup.


Recommended Posts

Steven_79
Posted

Salve a tutti,

vi spiego il mio problema, ho installato Emby Server che gira su un container Docker. Premetto che non ho licenza Premiere di Emby. Ho avuto un problema con il server linux (NAS) su cui gira Docker e il relativo container Emby Server. Devo quindi formattare il sistema e installare un nuovo sistema operativo completamente diverso (sto valutando le varie distribuzioni linux). Ho una domanda importante che devo risolvere prima di acquistare la licenza Emby Premiere. Acquistando la licenza, è possibile eseguire il backup dell'intera libreria con tutte le copertine, le immagini e anche le impostazioni del programma? Considerando che Emby server gira su container Docker posso ripristinare il backup sul NAS ma con una distribuzione linux diversa da quella con cui ho fatto il backup (sempre utilizzando docker)? Inoltre, quando dovrò creare il nuovo container Emby server sul nuovo sistema è necessario rispettare i punti di mounting che ho specificato nel Docker file quando ho effettuato il backup?

Allego la porzione di codice del docker file relativo ai volumi del container docker di Emby Server:

    volumes:
      - /USER-Folder/Emby:/config # Configuration directory
      - /srv/dev-disk-by-uuid-86D6489AX7488C5D/_Film_:/mnt/HD_500GB
      - /srv/dev-disk-by-uuid-0d67ef60-b438-5097-8c81-9b3a922246f9/Film:/mnt/HD_Seagate_8TB
      - /srv/dev-disk-by-uuid-0c3910b6-2e43-4b44-a3f1-44e495466e86/Film:/mnt/HD_Seagate_16TB
      - /srv/dev-disk-by-uuid-0d67ef59-b438-4997-8c94-9b3a9863a4f9/Serie_TV:/mnt/Serie_TV      

Grazie a chi saprà darmi una risposta.
      

Posted
16 hours ago, Steven_79 said:

Acquistando la licenza, è possibile eseguire il backup dell'intera libreria con tutte le copertine, le immagini e anche le impostazioni del programma?

There are backup options to include all metadata 

image.png

But you are responsible to backup and restore the actual media folders and contents and any artwork within the media folders. These would need to be available and accessible on the new sytem and would not be backed up by the Backup and Restore Emby Server plugin.

16 hours ago, Steven_79 said:

Considerando che Emby server gira su container Docker posso ripristinare il backup sul NAS ma con una distribuzione linux diversa da quella con cui ho fatto il backup (sempre utilizzando docker)?

It should work - so long as both operating systems are linux.

This article Using Restore to migrate to a New System covers this scenario - the example in the article is for windows but it would be similar for linux.  The important elements being that the new system's Emby Server Backup and Restore is configured to point to the location of the backup path and that after the restore, the media folders are all accessible and  you then adjust all the library paths to switch to the new paths

You would need to adjust any folder level access settings that you had before - the article covers that as well

16 hours ago, Steven_79 said:

Inoltre, quando dovrò creare il nuovo container Emby server sul nuovo sistema è necessario rispettare i punti di mounting che ho specificato nel Docker file quando ho effettuato il backup?

It should be ok, so long as the folders for the media below the libraries root folders stay the same. Follow the same steps as being for a new system as outlined in the article

So basically when editing the libraries folders paths, you should be able to replace these with the base top level folder 

/mnt/HD_500GB
/mnt/HD_Seagate_8TB
/mnt/HD_Seagate_16TB
/mnt/TV_Serie

I have not gone through a test of backup and restore for docker emby server but it ought to be similar 

 

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...