Skip to content

Instantly share code, notes, and snippets.

@yydai
Created August 7, 2019 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yydai/2570afd29d5cd8e6fcf6cc0c271f5fe7 to your computer and use it in GitHub Desktop.
Save yydai/2570afd29d5cd8e6fcf6cc0c271f5fe7 to your computer and use it in GitHub Desktop.
ubuntu 系统备份

https://zhuanlan.zhihu.com/p/51827233

tar -cvpzf /media/ubuntu_backup@`date +%Y-%m+%d`.tar.gz –exclude=/proc –exclude=/tmp –exclude=/home/yingdai/Workspace/Qunar/Gitlab/h_xsearch –exclude=/lost+found –exclude=/media –exclude=/mnt –exclude=/run /

tar -xvpzf /media/ubuntu_backup@2016-6-6.tar.gz -C /

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment