Skip to content

Commit

Permalink
Update mongo_manage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Oct 19, 2023
1 parent f9288ba commit 9917606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mongodb/source/mongotools/mongo_manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ backup()
--out="$BACKUP_DIR/$DATE" \
--db="$dbName"
done
sudo find $BACKUP_DIR -mindepth 1 -maxdepth 1 -type d -ctime +10 | xargs sudo rm -rf;
#sudo find $BACKUP_DIR -mindepth 1 -maxdepth 1 -type d -ctime +10 | xargs sudo rm -rf;
}

restore()
Expand Down

0 comments on commit 9917606

Please sign in to comment.