일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 스톤에이지
- KB증권
- 리눅스
- OpenWrt
- iptime
- proxmox
- 라즈베리파이2
- Rocky
- 램가스초월
- ConoHa
- 시놀로지
- 보르비스초월
- jQuery
- KB국민카드
- 자바스크립트
- 티스토리
- 가상서버호스팅
- 소비전력
- 복현오거리
- centos
- Apache
- 아파치
- mysql
- SKT
- 킹북이초월
- php
- PHP-FPM
- 알리익스프레스
- 윈도우10
- 알뜰폰
- Today
- Total
맛집 여행 캠핑 일상 생활
RSYNC 폴더 생성 옵션 본문
728x90
rsync 옵션에서 디렉토리를 생성하는 옵션이 뭔가 싶어 찾아봤습니다.
# rsync --help | grep dir
-r, --recursive recurse into directories
--no-implied-dirs don't send implied dirs with --relative
-b, --backup make backups (see --suffix & --backup-dir)
--backup-dir=DIR make backups into hierarchy based in DIR
--suffix=SUFFIX set backup suffix (default ~ w/o --backup-dir)
-d, --dirs transfer directories without recursing
-L, --copy-links transform symlink into referent file/dir
-k, --copy-dirlinks transform symlink to a dir into referent dir
-K, --keep-dirlinks treat symlinked dir on receiver as dir
--chmod=CHMOD affect file and/or directory permissions
-O, --omit-dir-times omit directories from --times
--remove-source-files sender removes synchronized files (non-dirs)
--delete delete extraneous files from destination dirs
--delete-excluded also delete excluded files from destination dirs
--force force deletion of directories even if not empty
--partial-dir=DIR put a partially transferred file into DIR
-m, --prune-empty-dirs prune empty directory chains from the file-list
-T, --temp-dir=DIR create temporary files in directory DIR
-F same as --filter='dir-merge /.rsync-filter'
-r 옵션을 사용하면 되는군요~
rsync -r -e 'ssh -p포트번호' /home/dir1/ root@192.168.1.2:/home/dir1/
원격지 서버에 /home/dir1 이 없다면 생성해준다는 의미입니다.
728x90
반응형
'IT이야기' 카테고리의 다른 글
[워드프레스] 5.4.2 업데이트 실패 (0) | 2020.07.13 |
---|---|
[CentOS] 8.x MariaDB 10.3 시작 에러 (0) | 2020.07.13 |
[CentOS] 원격지 서버 컴퓨터 끄는 방법 (0) | 2020.07.03 |
[CentOS] 8.x 서버 시간 동기화 방법 (0) | 2020.07.03 |
[CentOS] WOL 기능 enable 설정 (0) | 2020.07.02 |
Trackback : | Comments :