迫于换电脑,想给自己的 mac 做时间机器备份,但是移动硬盘接上之后,时间机器设置磁盘那里一直提示“没有可用的时间机器目的位置”。网上搜了一圈,发现中文关键词完全没有索引(是的,连这句话都无法完整地在搜索引擎上找到),切换到英文之后在 MacRumors 上找到了一个解决方案。
在终端执行
sudo tmutil setdestination -a /Volumes/Q
其中/Volumes/Q
是你用来做时间机器的分区,找不到在哪的话,可以直接从访达里拖到终端窗口。执行之后大概率会出现以下提示:
tmutil: setdestination requires Full Disk Access privileges.
To allow this operation, select Full Disk Access in the Privacy
tab of the Security & Privacy preference pane, and add Terminal
to the list of applications which are allowed Full Disk Access.
这个时候,去设置-隐私和安全-完全磁盘访问里,把终端勾上,没有的话手动添加一下。然后重新打开终端,重新执行一下上面的命令,然后就能在时间机器里找到你的硬盘了。
原贴地址: https://forums.macrumors.com/threads/airport-extreme-time-machine.2374012/
1
wdxbb 2023-05-27 14:37:20 +08:00
如果是 nas 用的是 unraid 系统,其实还可以用一个叫做 timemachine 的 docker 镜像来设置时间机器,很方便。
|
2
credochen 2023-06-23 11:37:00 +08:00
感谢老哥,解决了!
|