Commands Help : rsync

  •  faster, flexible replacement for rcp

[SYNOPSIS] rsync OPTION SRC DEST
option
-vincrease verbosity
-aarchive mode; same as -rlptgoD (no -H)
-uskip files that are newer on the receiver
-zcompress file data during the transfer
--exclude=PATTERNexclude files matching PATTERN
--deletedelete files that don’t exist on sender
# rsync -av --exclude="tmp" /home/ /backup

Comments

Popular posts from this blog

PostgreSQL - String Function

SwiftUI - TEXT

PostgreSQL - DATE/TIME Functions and Operators