All,
Is there a system wide setting to specify the dump folder in MongoDB? I went through this link and couldn't find any.
Basically, I want C:\MongoDB\dump to be the folder where all backups are created. Currently, a dump folder is created in the folder mongodump is executed in or one has to specify a folder explicitly using --out parameter as a part of mongodump.
Instead, wherever I may execute mongodump from, I want the dumps to be always created in C:\MongoDB\dump
Thanks, rgn