Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- windows
- iptables
- goaccess
- DNS
- Linux
- CPU
- 좌절교육
- ext4
- Hack
- rm -rf
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- 디스크
- PERL
- ext3
- Kernel
- http
- Python
- Disk
- rsync
- PORT
- apachetop
- 솔라리스
- 칭찬교육
- rm
- Performance
- Bash
- pid
- cadre
- 리눅스
- Cache
Archives
- Today
- Total
목록EXCLUDE (1)
Ben's
rsync --exclude 옵션 잘못쓰면 대박
* 올바른 예: 원래 의도대로 /root/imsi 하위 파일들이 sync에서 제외됨. strace rsync -av --exclude=/root/imsi/* --exclude /boot --exclude /var --exclude /usr --exclude /home / /disk 2> nhko.1 [root@zenoss /]# head -1 nhko.1 execve("/usr/bin/rsync", ["rsync", "-av", "--exclude=/root/imsi/*", "--exclude", "/boot", "--exclude", "/var", "--exclude", "/usr", "--exclude", "/home", "/", "/disk"], [/* 24 vars */]) = 0 * 올바르지 않..
리눅스/백업
2013. 5. 16. 09:08