
Feature request : Uncompressed Backups
skztr opened this issue ยท 1 comments
I use a copy-on-write filesystem, so my on-disk usage would actually be much smaller (almost zero) if the backup files were copied uncompressed using a regular os copy (eg: Files.copy(src, dst, StandardCopyOption.COPY_ATTRIBUTES);
)