可以使用tar命令备份整个Linux操作系统 tar -cvpzf backup.tar.gz --exclude=/backup.tar.gz --one-file-system / 参考 BackupYourSystem/TAR Full System Backup with tar