VTwo-Group / MongoDB-Backuper

MongoDB Backuper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB Backuper

MongoDB Backuper & upload on FTP. MongoDB database backuper. First, it is backed up, and after zipping and deleting the zipped directory, it is sent to FTP server.

In addition, the last 5 new files are kept both in the ftp server and in the saved location, and the rest are deleted. Of course, this number can be edited. Other names can be edited.

Restore

You can also use the following command to restore:

mongorestore -d db1 --dir /opt/backup/db1/

About

MongoDB Backuper


Languages

Language:Python 100.0%