당신은 쉽게 외부 하드 드라이브에 홈 폴더를 백업 할 수 있습니다
rsync -a --exclude=.cache --progress /home/$USER /media/linuxbackup/home/$USER
.cache 폴더 원인을 제외했는데이 백업에서 다시 설치해야 할 때 폴더가 필요하지 않다고 생각합니다.
일반 백업에서 제외 할 수있는 모든 폴더 목록을 여기에서 찾았습니다.
홈 디렉토리의 백업에서 제외 할 수있는 파일 및 디렉토리는 무엇입니까?
이 양식의 일부 의견이 포함 된이 답변 목록을 만들었습니다.
#These directories may be excluded:
.gvfs # contains mounted file systems?
.local/share/gvfs-metadata
.Private # contains the actual encrypted home directory
.dbus # session-specific
.cache
.Trash # do I need to say more?
.local/share/Trash
.cddb # cached info about audio CDs
.aptitude # cached packages lists
#Flash-specific:
.adobe # Cache for flash, maybe others?
.macromedia # except for Flash persistence, there is no reason to keep this
#Files:
.xsession-errors # contains errors from the current graphical session
.recently-used # recently used files
.recently-used.xbel
.thumbnails
이 목록을 rsync 명령에 추가하려면 어떻게해야합니까?
.Trash
도 자주 있습니다 ..Trash-1000
.Trash-*