Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-03-29 22:11:18 +03:00
parent 5ab2115d5e
commit 78a8b763ec

View File

@ -61,10 +61,17 @@ This will:
### `compress-archive.sh` ### `compress-archive.sh`
Compress archived files.
```shell ```shell
$ ./compress-archive.sh [FLAGS] PATH $ ./compress-archive.sh [FLAGS] PATH
``` ```
This is designed to selectively compress uncompressed raw files (Sony) achiving +/- 2x compression factor.
By default this uses filesystem compression, supporting ntfs (on windows) and btrfs transparent native compression, but can be configured to use various archiving formats.
### `update-exif.sh` ### `update-exif.sh`