]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Add "recordings" to the backup exclude list
authorMichael Marley <michael@michaelmarley.com>
Tue, 6 Feb 2024 21:46:23 +0000 (16:46 -0500)
committerFlole998 <Flole998@users.noreply.github.com>
Wed, 7 Feb 2024 04:57:04 +0000 (05:57 +0100)
commit8bd13ca278f3826826a0eeedf9ab1bce951b4244
treed8a4aa3196a9c2d6809c9b77b89bc72fa51856e3
parent63c41acc6ec404e202cf0e4f79cbbefd0daae895
Add "recordings" to the backup exclude list

Since https://github.com/tvheadend/tvheadend/pull/1540, enabled by
https://github.com/tvheadend/tvheadend/pull/1535 and
https://github.com/tvheadend/tvheadend/pull/1538, we have been
storing the recordings in a subdirectory of the configuration
directory by default.  Because of this, the recordings are getting
stored in the configuration backup.  This causes the backups to
take forever and fill the disk (see
https://github.com/tvheadend/tvheadend/issues/1625).  Instead,
exclude the "recordings" directory from the backup to prevent this.
src/config.c