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 ;(
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 ;(