Sivo 悉见

【iTunes】修改iTunes的备份路径

匿名 · 更新于 2021/8/6

一. 前情

  iTunes备份文件默认会存在电脑的C盘的MobileSync文件夹里,一个备份20GB左右。有些人会“玄学”地不喜欢往C盘里放东西,而我,因为定期ghost备份C盘,所以也尽量不想让它太大,所以今天试一下把备份路径改到E盘。
  这里用的方法是在E盘创建文件夹,用其硬链接(不同于快捷方式)替换原C盘MobileSync。

二.步骤

  1. 找到并删除C:\Users\你的用户名\AppData\Roaming\Apple Computer\下的MobileSync文件夹(在里面没有东西的情况下)。

    <div class="image-package">
    <div class="image-container" style="max-width: 700px; max-height: 313px; background-color: transparent;">
    <div class="image-container-fill" style="padding-bottom: 40.28%;"><img alt="" src="https://image.edbiji.com/doccon/20210806/20210806234720_820154_92597.jpg" style="width: 800px; height: 321px;" /></div>
    </div>
    </div>
    </li>
    <li>
    <p>在想存放iTunes备份的目录下新建一个文件夹,命名随意,这里命名为&ldquo;iPhone&rdquo;。</p>
    <img alt="" src="https://image.edbiji.com/doccon/20210806/20210806234720_462136_92597.jpg" style="width: 800px; height: 282px;" />
    <div class="image-package">
    <div class="image-container" style="max-width: 700px; max-height: 272px; background-color: transparent;">
    <div class="image-container-fill" style="padding-bottom: 34.74%;">&nbsp;</div>
    
    <div class="image-view" data-height="272" data-width="783">&nbsp;</div>
    </div>
    
    <div class="image-caption">&nbsp;</div>
    </div>
    </li>
    <li>
    <p>调出cmd窗口,在里面运行<code>mklink/j &quot;C:\Users\Administrator\AppData\Roaming\Apple Computer\MobileSync&quot; &quot;E:\DDDocuments\backs\iPhone&quot;</code>命令(目录按实际情况修改)。</p>
    
    <div class="image-package">
    <div class="image-container" style="max-width: 700px; max-height: 383px; background-color: transparent;">
    <div class="image-container-fill" style="padding-bottom: 34.04%;"><img alt="" src="https://image.edbiji.com/doccon/20210806/20210806234720_345323_92597.jpg" style="width: 800px; height: 272px;" /></div>
    
    <div class="image-view" data-height="383" data-width="1125">&nbsp;</div>
    </div>
    
    <div class="image-caption">&nbsp;</div>
    </div>
    
    <p>&nbsp;</p>
    </li>
    <li>
    <p>操作完成。</p>
    </li>
    

三. 后续

参考资料:

  1. iTunes备份路径怎么改?教你无脑修改iPhone备份文件路径
  2. Windows下mklink使用, 硬链接, 软链接和快捷方式的区别


作者:胡同口的蛙
链接:https://www.jianshu.com/p/157e9063da59
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。