]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
config: backup - exclude epggrab/*.sock files
authorJaroslav Kysela <perex@perex.cz>
Tue, 16 Sep 2014 10:29:08 +0000 (12:29 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Sep 2014 10:29:08 +0000 (12:29 +0200)
src/config.c

index d4cf9a3484904417a279e9864aeda586e229c859..501d30d4b097c8218e12ce80ae793ae8110801f5 100644 (file)
@@ -975,7 +975,9 @@ dobackup(const char *oldver)
 {
   char outfile[PATH_MAX], cwd[PATH_MAX];
   const char *argv[] = {
-    "/usr/bin/tar", "cjf", outfile, "--exclude", "backup", ".", NULL
+    "/usr/bin/tar", "cjf", outfile,
+    "--exclude", "backup", "--exclude", "epggrab/*.sock",
+    ".", NULL
   };
   const char *root = hts_settings_get_root();
   char errtxt[128];