Skip to content

Commit

Permalink
Merge pull request amidaware#211 from silversword411/main
Browse files Browse the repository at this point in the history
adding note about passwordless sudo for scheduled backups
  • Loading branch information
silversword411 authored Nov 6, 2023
2 parents 329613a + adc829b commit c3bbf48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ The backup tar file will be saved in `/rmmbackups` with the following format:

## Schedule to run Daily via Cron

!!!note
You MUST enable [passwordless sudo](https://timonweb.com/devops/how-to-enable-passwordless-sudo-for-a-specific-user-in-linux/) for your linux ID or you won't get all files backed up

To schedule automated daily backups run the script with the `--schedule` flag
```bash
./backup.sh --schedule
Expand Down

0 comments on commit c3bbf48

Please sign in to comment.