config: backup - exclude epggrab/*.sock files
This commit is contained in:
parent
1a081469cc
commit
a79cdee345
1 changed files with 3 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue