linux filesystem clone
페이지 정보
작성자 조희승 댓글 0건 조회 5,855회 작성일 14-08-07 23:41본문
rsync -avxHAX --progress /src /dest
-a : all files, with permissions, etc..
-v : verbose, mention files
-x : stay on one file system
-H : preserve hard links (not included with -a)
-A : preserve ACLs/permissions (not included with -a)
-X : preserve extended attributes (not included with -a)
--exclude="mnt/bio" 이런식으로 제외할거 추가하면 좋다.
-a : all files, with permissions, etc..
-v : verbose, mention files
-x : stay on one file system
-H : preserve hard links (not included with -a)
-A : preserve ACLs/permissions (not included with -a)
-X : preserve extended attributes (not included with -a)
--exclude="mnt/bio" 이런식으로 제외할거 추가하면 좋다.
댓글목록
등록된 댓글이 없습니다.