Meta
Categories
Category Archives: unix
rsync
rsync is a versatile file copying utility. It can: * Copy locally rsync [OPTION…] SRC… [DEST] rsync test1.txt test2.txt * Copy remotely to/from another host over – any remote shell – default to ssh Pull: rsync [OPTION…] [USER@]HOST:SRC… [DEST] … Continue reading
Posted in unix
Comments Off on rsync