You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);)