lsdir
V2EX  ›  Apple

问一下 MAC 电脑怎么备份升级呀?

  •  
  •   lsdir · Aug 11, 2020 · 2208 views
    This topic created in 2177 days ago, the information mentioned may be changed or developed.

    领导娃的电脑,之前没用过苹果的东西,不知道咋弄了

    他娃嫌电脑卡顿,需要备份资料,然后拿到售后升级?

    查资料说苹果电脑不支持移动硬盘?

    11 replies    2020-08-11 19:48:27 +08:00
    runcelim
        1
    runcelim  
       Aug 11, 2020
    carbon copy cloner
    WebKit
        2
    WebKit  
       Aug 11, 2020 via Android
    用自带的时间机器
    lsdir
        3
    lsdir  
    OP
       Aug 11, 2020
    @runcelim 有没有简单的,一个娃不会这些
    Leonard
        4
    Leonard  
       Aug 11, 2020
    自带的 time machine 啊,插上硬盘直接 time machine 备份就可以了
    lsdir
        5
    lsdir  
    OP
       Aug 11, 2020
    @Leonard 移动硬盘能直接识别么?
    Leonard
        6
    Leonard  
       Aug 11, 2020
    @lsdir 可以识别
    nicevar
        7
    nicevar  
       Aug 11, 2020
    TimeMachine 或者直接进 Recovery 插上移动硬盘把整个盘弄过去
    lsdir
        8
    lsdir  
    OP
       Aug 11, 2020
    谢谢大家伙,感谢。我知道了。
    Leonard
        9
    Leonard  
       Aug 11, 2020
    如果不行的话,time machine 备份移动硬盘可能需要选择 MAC OS X 扩展(日志式)格式,在磁盘工具里格式化一下
    AllenHua
        10
    AllenHua  
       Aug 11, 2020
    搞得我也想整一个移动固态硬盘 用 time machine 备份一下
    H0H
        11
    H0H  
       Aug 11, 2020
    使用 Windows 电脑充当 Apple Time Machine 方案:

    1.在 Windows 机器上开启 Samba 共享。然后在 Mac Finder 中 cmd+k 连接该 Samba 服务器

    2.Mac 中创建 TimeMachine 磁盘。
    
hdiutil create -size 500g -type SPARSEBUNDLE -fs "HFS+J" TimeMachine.sparsebundle

    创建好后加载该磁盘,为其取一个名词,如『 TimeMachine_Stick 』

    3.将该磁盘移动到 Samba 服务器目录下,并双击挂载该磁盘

    4.为 Time Machine 设置新备份目标磁盘:
    
sudo tmutil setdestination /Volumes/TimeMachine_Stick/

    5.将备份周期调整为 1 天
    
sudo nano /System/Library/launchdaemons/com.apple.backupd-helper.plist 

    <key>com.apple.backupd-auto</key>
    <dict>
    <key>Interval</key>
    <integer>86400</integer>
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5259 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 08:43 · PVG 16:43 · LAX 01:43 · JFK 04:43
    ♥ Do have faith in what you're doing.