[컴] rsync 정리

 

동기 /

rsync 정리

rsync options

자세한 옵션은 ref. 3 에서 확인

  • –a: archive mode
  • –v: shows details of the copying process
  • –p: shows the progress bar
  • –r: copies data recursively
  • –z: compresses data
  • –q: suppress output
  • -h: human readable

remote 에 있는 file 들을 동기화 할 때

remotely, you will require:

  1. local 과 remote system 모두에 rsync 가 설치돼야 한다.
  2. remote system 에 대해 SSH access 가 돼야 한다.
  3. Remote user password

rsync 사용 예시

rsync -avh source/ dest/ --delete
rsync -a --exclude="*.zip" /home/tin/Downloads/ /home/tin/Documents
rsync -v ~/Downloads/file1.txt umara@192.168.72.164:~/Documents
rsync -rv umara@192.168.72.164:~/Downloads/sample ~/Desktop/test

See Also

  1. 쿠…sal: [컴] 파일동기화 login 없이 rsync 하기

References

  1. How to use rsync to copy files
  2. backup - How do I make rsync delete files that have been deleted from the source folder? - Ask Ubuntu
  3. rsync(1) - Linux man page

댓글 없음:

댓글 쓰기