ditto
ditto copied to clipboard
I want to create a subfolder "backups" that will contain all the backups
in dumpMongo2Localfile function:
connection: {
path: `./backups/backup ${moment().format("DD-MM-YYYY HH.mm.ss")}.tar`,
},
it doesn't work, I don't know why!
@HamzaMihfad what is the error that you are getting?