Kamikaze321
Dabbler
- Joined
- Nov 30, 2015
- Messages
- 11
Hi,
I'm trying to find an efficient way of backing up all my jails, specifically Plex. I found this guide on the forum
https://forums.freenas.org/index.ph...-sickrage-plex-freenas-9-3.35444/#post-271268
The first post in this thread suggested running the plex backup as 2 separate commands.
running these 2 commands separately works fine. it takes about 10 mins but it works. (of course I modified the paths slightly to match my dataset names, etc.)
further down in the thread it is suggested to combine these 2 commands into 1 to make it possible to backup with a cron job. I would like to do this but I'm running into an issue when I try to run this command:
when I run this commands it looks like its working, it starts backing up all the 1000's of plex data files and runs for about 10 mins but then gets stuck on this error:
and it never ends up creating the "plexdata.tar.gz" file in my backup dataset
Does anyone know what I'm doing wrong to cause this error to occur?
these are the exact commands i'm typing:
http://pastebin.com/9agnWpHz
I'm trying to find an efficient way of backing up all my jails, specifically Plex. I found this guide on the forum
https://forums.freenas.org/index.ph...-sickrage-plex-freenas-9-3.35444/#post-271268
The first post in this thread suggested running the plex backup as 2 separate commands.
Code:
cd /mnt/VolumeData/jails/plexmediaserver_1/var/db/ tar cvfz /mnt/VolumeData/Backup/FreeNAS/Plex/plexdata.tar.gz plexdata
running these 2 commands separately works fine. it takes about 10 mins but it works. (of course I modified the paths slightly to match my dataset names, etc.)
further down in the thread it is suggested to combine these 2 commands into 1 to make it possible to backup with a cron job. I would like to do this but I'm running into an issue when I try to run this command:
Code:
tar -cvfz /mnt/VolumeData/Backup/FreeNAS/Plex/plexdata.tar.gz /mnt/VolumeData/jails/plexmediaserver_1/var/db/plexdata/
when I run this commands it looks like its working, it starts backing up all the 1000's of plex data files and runs for about 10 mins but then gets stuck on this error:

and it never ends up creating the "plexdata.tar.gz" file in my backup dataset
Does anyone know what I'm doing wrong to cause this error to occur?
these are the exact commands i'm typing:
http://pastebin.com/9agnWpHz