Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
2c559a49
Commit
2c559a49
authored
Oct 02, 2018
by
gramps
Committed by
Marc Cornellà
Oct 02, 2018
Browse files
rsync: add README (#7188)
parent
ca398475
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/rsync/README.md
0 → 100644
View file @
2c559a49
# rsync
This plugin adds aliases for frequent
[
rsync
](
https://rsync.samba.org/
)
commands.
To use it add
`rsync`
to the plugins array in you zshrc file.
```
zsh
plugins
=(
... rsync
)
```
| Alias | Command |
| ------------------- | ------------------------------------------------ |
|
*rsync-copy*
|
`rsync -avz --progress -h`
|
|
*rsync-move*
|
`rsync -avz --progress -h --remove-source-files`
|
|
*rsync-update*
|
`rsync -avzu --progress -h`
|
|
*rsync-synchronize*
|
`rsync -avzu --delete --progress -h`
|
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment