外观
Ubuntu 安装
sudo apt update
sudo apt install openssh-server/etc/ssh/sshd_config
PasswordAuthentication yesTimeShift 快照管理
TimeShift是一款专为Linux设计的快照工具,类似于Windows的“系统还原”。它支持手动和自动备份,可以按小时、每日、每周或每月创建快照。
安装:
sudo apt update sudo apt install timeshift创建快照:
sudo timeshift --create --comments "Initial Snapshot" --tags D查看快照:
sudo timeshift --list恢复快照:
sudo timeshift --restore --snapshot "Name(时间)"
