[명령어] rsync 명령어
rsync 명령어 사용법(Push) rsync [OPTION...] SRC... [USER@]HOST::DEST rsync -avzhpgoq /data/resize_img/2021/{01,02,03,04,05} root@111.111.111.84:/data/resize_img/2021/ -a, --archive archive mode; equals -rlptgoD (no -H,-A,-X) -v, --verbose increase verbosity -z, --compress compress file data during the transfer -h, --human-readable output numbers in a human-readable format -p, --perms preserve permissi..
더보기