rpi-backup icon indicating copy to clipboard operation
rpi-backup copied to clipboard

exclude more

Open e71828 opened this issue 3 years ago • 1 comments

e71828 avatar May 28 '21 15:05 e71828

这两处最好不要排除tmp文件夹本身,只排除文件夹内文档就行,因为有些服务缺失这个目录回无法正常运行,比如ntp,由于树莓派备份完了再还原,系统时间会不对,需要ntpd 同步时间,缺失这个目录无法同步成功,无法同步时间的话 软件源security会刷新不了 --exclude "/tmp/*" \ --exclude=/var/tmp/* \

GoogleBeEvil avatar Oct 03 '21 02:10 GoogleBeEvil