Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza authored Dec 22, 2023
1 parent e8c06d1 commit dcc9bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You will need to run rsync with the `--stats` option since this exporter is pars
You will also need to log to a file since the exporter is reading the file. So the command at a minimum would look like this:

```bash
rsync --stats --quiet -avh /source /destination > /logs/rsync.log
rsync --stats /source /destination > /logs/rsync.log
```


Expand Down Expand Up @@ -53,4 +53,4 @@ Since you are logging to a file, you can use logrotate to manage the file size.
rsync_bytes_sent_total | Total bytes sent
rsync_bytes_received_total | Total bytes received
rsync_total_size | Total size of files to be transferred
rsync_last_sync | Last sync time
rsync_last_sync | Last sync time

0 comments on commit dcc9bfa

Please sign in to comment.