My plex install/directory is huge.
I want to back it up, but only what’s added and not any caches or images.
Meaning I don’t want to have to add/scan my movies, music, and tv again if a catastrophe happens.
I want to retain the library, but it’d be fine if the next install or restore had to redownload metadata and images.
It took me weeks to scan my media library and I just want to retain what took me weeks to scan, not what will take maybe a day or 2 to download in posters etc.
You really don’t want to separate the database from the structures / posters / other metadata.
It would take weeks again because of all the music and related info (which is stored in the files).
My operational DB is just under 14GB. which includes all the metadata, posters, and PMS database. You’re showing just under 13 GB
Here is my library:
Spaced used: 13.9 GB
tar.gzip: 11GB
[/share/PlexData] # du -ms .
13978 .
[/share/PlexData] # tar cfz ./PlexBackup.tar.gz ./Library
[/share/PlexData] # ls -lah PlexBackup.tar.gz
-rw-r--r-- 1 admin administrators 11G 2019-07-25 23:44 PlexBackup.tar.gz
[/share/PlexData] #
IMHO, that’s good considering how much I have indexed:
I have 72,189 files index (movies, series episodes, and music) of which music is the largest.
If you make a tar.gz of the ./Library directory, with PMS stopped, you’re guaranteed to have a perfect snapshot. In this form, you could use it as the foundation for cloning to another machine if ever desired.