mongodb-backup icon indicating copy to clipboard operation
mongodb-backup copied to clipboard

tar property does not work

Open vadymsem opened this issue 7 years ago • 1 comments

When I try to specify tar property in oprions object it's not working. I tried to install the different version of a package, but it repeats. only I removed 'tar' property from options object it works.

Example: { uri: config.mongodb.location, root: config.storageDir, tar: 'myDump.tar' }

Also I tried write tar string without '.tar' at the end but no any changes ;(

vadymsem avatar Nov 07 '18 10:11 vadymsem

@vadymsem
It seems like this library is dead. 4 years last contribution...

Ive created my own solution for mongodb backup. will appreciate contribution! https://github.com/lihaibh/mongodb-snapshot

lihaibh avatar Sep 07 '20 03:09 lihaibh