timemachine list and clean
tmutil listlocalsnapshots /System/Volumes/Data
tmutil deletelocalsnapshots /System/Volumes/Datafunction tml() {
tmutil listlocalsnapshots /|awk -F. '{print $4}'
}最后更新于
tmutil listlocalsnapshots /System/Volumes/Data
tmutil deletelocalsnapshots /System/Volumes/Datafunction tml() {
tmutil listlocalsnapshots /|awk -F. '{print $4}'
}最后更新于