timemachine list and clean
tmutil listlocalsnapshots /System/Volumes/Data
tmutil deletelocalsnapshots /System/Volumes/Data
function tml() {
tmutil listlocalsnapshots /|awk -F. '{print $4}'
}
最后更新于
这有帮助吗?
tmutil listlocalsnapshots /System/Volumes/Data
tmutil deletelocalsnapshots /System/Volumes/Data
function tml() {
tmutil listlocalsnapshots /|awk -F. '{print $4}'
}
最后更新于
这有帮助吗?