From f7c27b648ced54d4075d77ba3f11d8078d1e73be Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Wed, 15 Oct 2025 18:19:39 +0200 Subject: Rework to use tar streaming backend This allows for usage of incremental timestamp functionality of tar. --- packaging/squashr.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/squashr.conf') diff --git a/packaging/squashr.conf b/packaging/squashr.conf index a4870b5..00681da 100644 --- a/packaging/squashr.conf +++ b/packaging/squashr.conf @@ -2,9 +2,9 @@ SQUASHR_ROOT=/var/lib/squashr # Includes (comma separated, directories and files) -SQUASHR_INCLUDE=/etc, /home +SQUASHR_INCLUDE=/etc,/home # Excludes (comma separated, directories and files) -SQUASHR_EXCLUDE=/home/*/.cache, /home/*/Downloads +SQUASHR_EXCLUDE=/home/*/.cache,/home/*/Downloads # Truncation SQUASHR_TRUNCATE=/var/log -- cgit v1.2.3