mv
This commit is contained in:
parent
2ce7972376
commit
f7841b2a2a
1 changed files with 0 additions and 0 deletions
|
@ -1,30 +0,0 @@
|
|||
# rsync
|
||||
|
||||
# synchronize
|
||||
#| rsync
|
||||
#= rs
|
||||
rwx_rsync() {
|
||||
rsync \
|
||||
--archive \
|
||||
--no-inc-recursive \
|
||||
--partial \
|
||||
--progress \
|
||||
--verbose \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# synchronize and delete after
|
||||
#= rsda
|
||||
rwx_rsync_delete_after() {
|
||||
rwx_rsync \
|
||||
--delete-after \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# synchronize and delete before
|
||||
#= rsdb
|
||||
rwx_rsync_delete_before() {
|
||||
rwx_rsync \
|
||||
--delete-before \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue