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
#!/usr/bin/env ruby | |
# frozen_string_literal: true | |
# Usage examples: | |
# | |
# For making dumps: | |
# restorer.sh -b 6053 # Backups the dump-6053.dump file | |
# restorer.sh --backup 6053 # Backups the dump-6053.dump file | |
# | |
# For restoring dumps: |