This file contains hidden or 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 | |
| # # | |
| # A modified backup script based off the official documentation # | |
| # https://netbox.readthedocs.io/en/stable/ # | |
| # # | |
| # Consider adding this to your crontab with something like: # | |
| # 0 18 * * 0 /path/to/netbox_backup.sh email@example.com # | |
| # # | |
| set -e |