Project

General

Profile

Feature #4887 ยป mod_add_config_exclude_imagecache_data_during_backup.patch

Sebastian K., 2018-01-24 11:23

View differences:

./tvheadend-git.new/src/config.c 2016-05-12 12:09:16.370808974 +0200
1415 1415
  char outfile[PATH_MAX], cwd[PATH_MAX];
1416 1416
  const char *argv[] = {
1417 1417
    "/usr/bin/tar", "cjf", outfile,
1418
    "--exclude", "backup", "--exclude", "epggrab/*.sock",
1418
    "--exclude", "backup",
1419
    "--exclude", "epggrab/*.sock",
1419 1420
    "--exclude", "timeshift/buffer",
1421
    "--exclude", "imagecache/meta",
1422
    "--exclude", "imagecache/data",
1420 1423
    ".", NULL
1421 1424
  };
1422 1425
  const char *root = hts_settings_get_root();
    (1-1/1)