Add info on 'rclone' for remote cloud storage file management.

pull/698/head
Charles Simchick 2020-06-08 17:07:27 -07:00
parent 84482aa24d
commit 32e5f9e24c
1 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,8 @@ EOF
mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
```
- You can use [`rclone`](https://rclone.org/downloads/) to manage files on remote cloud storage services, including backup/restore, encrypt/decrypt, sync.
- For monitoring progress when processing files, use [`pv`](http://www.ivarch.com/programs/pv.shtml), [`pycp`](https://github.com/dmerejkowsky/pycp), [`pmonitor`](https://github.com/dspinellis/pmonitor), [`progress`](https://github.com/Xfennec/progress), `rsync --progress`, or, for block-level copying, `dd status=progress`.
- Use `shuf` to shuffle or select random lines from a file.