Date is a command line utility for printing or setting the date and time.

learn more… | top users | synonyms

2
votes
2answers
77 views

Linux date/time - monthly “mongodump”

For MongoDB backups, I want to backup only the newest changes from the previous month instead of everything from the previous month. As part of the query I need to pass to "mongodump", I have to ...