我如何使用 Dropbox 执行此操作:
C:\Users\Gerard\Images并C:\Users\Gerard\Documents自动在线存储。C:\Users\Gerard\Dropbox文件夹中,因为我很可能会忘记一些东西。我是不是该:
C:\Users\Gerard\Images来存储东西,C:\Users\Gerard\Dropbox\Images而是将所有东西都存储在下面?或者...C:\Users\Gerard\Images和C:\Users\Gerard\Documents文件C:\Users\Gerard\Dropbox小智 7
使用MKLINK在 DropBox 文件夹和 Images 和 Documents 文件夹之间创建目录连接,以伪造 DropBox。
所以例如:
MKLINK /J C:\Users\Gerard\DropBox\Documents C:\Users\Gerard\Documents
MKLINK /J C:\Users\Gerard\DropBox\Images C:\Users\Gerard\Images
Run Code Online (Sandbox Code Playgroud)
这会在 DropBox 内创建一组“假”文件夹,而不会复制数据,并将上传您的所有照片和文档。换句话说,有一组额外的文件夹针对驱动器上的相同位置。
无论您在“假”还是原始位置修改文件,文件夹都将保持同步。
| 归档时间: |
|
| 查看次数: |
758 次 |
| 最近记录: |