Skip to content

Commit

Permalink
Update rclone.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monaghaa committed Jun 8, 2020
1 parent 175d2f7 commit 99caf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compute/rclone.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ _Example_: The syntax for using rclone to synchronize a local directory `/tmp/lo

```$ rclone sync /tmp/local_backup_dir cu_rc_dtn:/pl/active/pl_allocation/pl_backup_dir```

This should synchronize the data in the two directories. The source directory will not be modified, and `pl_backup_dir` will have files added/removed to match the contents of `local_backup_dir`.
This should synchronize the data in the two directories (note that _rclone_ does not report on the transfer so it will look like your terminal is "frozen" until the transfer is complete). The source directory will not be modified, and `pl_backup_dir` will have files added/removed to match the contents of `local_backup_dir`.

### Run rclone on a schedule
On unix/macOS hosts, you can set up a cron job to run the rclone sync job regularly. To create a crontab entry type:
Expand Down

0 comments on commit 99caf1e

Please sign in to comment.