rmt.rs
rmt.rs copied to clipboard
Compression of data in the trash
Add an option to automatically compress the items in the recycle garbage can, allowing to reduce its size.
For this, we can use the existing configuration file.
I think this should be default option but I think we should tackle this by use tar by uncompressing the trash then moving file then compress the trash. Also we should use tar for this.