This is an old revision of the document!


RSYNC

Сделать копию

#RSYNC
 
# Reception PUB
rsync -rlptgoPv --exclude '!trash' --exclude 'frontend_test' /mnt/frontend/ root@10.59.0.80:/mnt/frontend/
# Reception Store
rsync -rlptgoPv /mnt/backend/www/pdn_store/  root@10.59.0.81:/mnt/backend/www/pdn_store/
-- https://unix.stackexchange.com/questions/3575/display-transfer-speed-when-performing-cp-from-the-command-line
rsync --progress source destination
pv -p file1 > file2

  • linux/rsync.1637470204.txt.gz
  • Last modified: 2021/11/21 04:50
  • by admin