<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">On Wed, 11 May 2022 at 08:00, James <<a href="mailto:jam@tigger.ws">jam@tigger.ws</a>> wrote:<br></div></blockquote><div class="gmail_quote"><div style="overflow-wrap: break-word;"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Use <a href="http://mythconverg_backup.pl" target="_blank">mythconverg_backup.pl</a> Then you can put the backup where you like.</div></blockquote><div><br></div><div>If backups are the issue here (although I think the OP really wants separation of data from the system), then it's likely they are already being made if a packaged version of MythTV is installed.  The Ubuntu PPA, for example, runs a backup via /etc/cron.weekly/mythtv-database which in turn runs <a href="http://mythconverg_backup.pl">mythconverg_backup.pl</a>.  Where that ends up with the PPA I'm not 100% sure as I am personally using an old Debian 0.28 installation, but it's likely there will be mythconverg.sql.* files in /var/backup which can be safely backed up.  If they are stored elsewhere, hopefully somebody else can confirm the location.  If more frequent backups are wanted, you could run the backup script in /etc/cron.daily instead.<br></div><div><br></div><div>The other option (moving the data to separate it) could be done by shutting down mythtv-backend and mysql services, moving the mysql directory from from /var/lib to say, /home and then either reconfiguring mysql or using a symbolic link, but as mentioned previously, AppArmor config might need adjusting in that case depending on your distribution.<br></div><div><br></div><div>Cheers, Ian</div><div><br></div></div></div></div>