如何使用自定义源文件夹和目标文件夹运行 SyncBack 配置文件?

发布于 2024-09-09 22:17:15 字数 93 浏览 0 评论 0原文

我正在使用 SyncBackSE 同步两个位置之间的文件夹。由于完全同步花费的时间太长,我想通过命令行仅为指定的源和目标文件夹运行同步配置文件。有什么想法如何做到这一点吗?

I am using SyncBackSE to synchronize folders between two locations. Since the full sync takes too long, I want to run the sync profile only for the specified source and destination folders via the command line. Any ideas how to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如歌彻婉言 2024-09-16 22:17:15

帮助文件的“命令行参数”部分列出了所有命令行参数。您将看到 -source 和 -dest 命令行参数来定义源文件夹和目标文件夹。

实际的命令是这样的...

SyncBackSE.exe -source "C:\Source\Folder\Path" -dest "C:\Dest\Folder\Path" -m "ProfileToRun"

请参阅 此支持票

The "Command Line Parameters" section of the help file lists all the command line parameters. In that you'll see there are -source and -dest command line parameters to define the source and destination folders.

The actual command goes something like this...

SyncBackSE.exe -source "C:\Source\Folder\Path" -dest "C:\Dest\Folder\Path" -m "ProfileToRun"

See this support ticket.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文