This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
###################################################################### | |
# | |
# MONGODB backup script | |
# Notes - Use directory name to get date input instead of relying on file | |
# timestamp | |
# - Backup FIRST then remove older backups - if you don't have much | |
# space then you can reverse the process - but this ensure if failure | |
# occurs older backup will not get removed until fixed |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# | |
#iMac:~ $ pmset -g | |
#System-wide power settings: | |
#Currently in use: | |
# hibernatemode 0 | |
# womp 0 |