Skip to content

Commit

Permalink
Update alternative-methods.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Sep 4, 2024
1 parent 1eeb4ab commit 5a139f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/alternative-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ If `script.sh` is executed in the terminal, Command-Line Arguments are available
| `-h`, `--help` | Display the help page and exit | `script.sh --help` or `script.sh -h` |
| `-c`, `--commit_message` | Use your own commit message for the git push | `script.sh --commit_message "my commit message"` or `script.sh -c "my commit message"` |
| `-f`, `--fix` | Delete the config_backup folder. This can help to solve the vast majority of error messages | `script.sh --fix` or `script.sh -f` |
| `-d`, `--debug` | Output debugging information | `script.sh --debug` or `script.sh -d` |

## Timed Backups using systemd
For those with distros that may not include cron in the base packages you can use the following to setup timed backups instead
Expand Down

0 comments on commit 5a139f6

Please sign in to comment.