targz icon indicating copy to clipboard operation
targz copied to clipboard

TarGz for NodeJS

Results 6 targz issues
Sort by recently updated
recently updated
newest added

As per the documentation, there is an option tar.entries to specify an array of fils. The options works in when used JavaScript. But if I use TypeScript for coding with...

I used this module to compress a postgres database backup. This backup is saved as dbBackup.sql and the compressed file I want is db_dump.tar.gz. I passed to the compress source...

I don't see an option to specify a read stream for compress. Wondering if this is possible. Can I specify `opts.dest` a buffer `.pipe(fs.createWriteStream(opts.dest)`

If the tar.gz file does not exist, the callback is not executed. It returns an exception.

How do you set a password for the compressed output?