あなたは簡単に外付けハードドライブ上のあなたのホームフォルダをバックアップすることができます
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
のためにとても優れた沈降は、(少なくとも現在のUbuntu-MATE 14下).Trash-*
?