diff options
| author | Leonard Kugis <leonard@kug.is> | 2025-10-15 18:19:39 +0200 |
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2025-10-15 18:19:39 +0200 |
| commit | f7c27b648ced54d4075d77ba3f11d8078d1e73be (patch) | |
| tree | f045ebfff8c0550d1405f3c39c305b13bdcac4c3 /packaging/squashr.conf | |
| parent | 8070e3852d647ab64142402e2bf09cc5f719b244 (diff) | |
| download | squashr-f7c27b648ced54d4075d77ba3f11d8078d1e73be.tar.gz | |
Rework to use tar streaming backend
This allows for usage of incremental timestamp functionality of tar.
Diffstat (limited to 'packaging/squashr.conf')
| -rw-r--r-- | packaging/squashr.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
