]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/rsync/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / rsync / README.md
1 # rsync
2
3 This plugin adds aliases for frequent [rsync](https://rsync.samba.org/) commands.
4
5 To use it add `rsync` to the plugins array in you zshrc file.
6
7 ```zsh
8 plugins=(... rsync)
9 ```
10
11 | Alias               | Command                                          |
12 | ------------------- | ------------------------------------------------ |
13 | *rsync-copy*        | `rsync -avz --progress -h`                       |
14 | *rsync-move*        | `rsync -avz --progress -h --remove-source-files` |
15 | *rsync-update*      | `rsync -avzu --progress -h`                      |
16 | *rsync-synchronize* | `rsync -avzu --delete --progress -h`             |