You've just found the Solution.

Synchronize and back up your data easily!


  • 高级特征

    此页介绍变量和命令行参数等一些高级功能。


    可以用于同步路径的变量
    (除了标准的环境变量,如 %TEMP%)

     

    $PROGDRIVE

      =  

    drive specification where the software is installed

     

    $DATE

      =  

    current date

     

    $TIME

      =  

    current time

     

    $WEEKDAY

      =  

    day of week

     

    $2WEEKSDAYS

      =  

    like $WEEKDAY but for two weeks, i.e.
    A Monday ... A Sunday, then
    B Monday ... B Sunday, then starts over

     

    $MONTHDAY

      =  

    number of the day of the month

     

    $MYDOCUMENTS

      =  

    current user's My Documents folder

     

    $ALLUSERSPROFILE

      =  

    All Users folder, for example
    C:\Documents And Settings\All Users

     

    $USERPROFILE

      =  

    Current user's profile folder

     

    $APPDATA

      =  

    Current user's Application Data folder

     

    $DAYOFMONTH

      =  

    today's day number in the month (1-31)

     

    $WEEKDAYNUM

      =  

    today's day number in the week (1=Monday)

     

    $WEEKOFYEAR

      =  

    The week number.

     

    $MONTH

      =  

    this month's name

     

    $MONTHNUM

      =  

    this month's number (1-12)

     

    $YEAR

      =  

    current four-digit year number

     

    $LEFTPATH

      =  

    Adds the left-hand path (for use in right path only)

     

    $RIGHTPATH

      =  

    Adds the right-hand path (for use in left path only)

     

    $PROFILENAME

      =  

    The name of the profile.


    可用于前/后路径的变量

     

    $LEFT

      =  

    left base path of synchronization

     

    $RIGHT

      =  

    right base path of synchronization


    命令行选项

    • /autostart
      obsolete - no longer used in version 4
    • /RUN="Profile Name" and /RUNX="Profile Name"
      有了这些选项,您可以使用命令行调用特定的配置文件立即执行。 /RUN==启动配置文件和离开程序运行。/RUNX= 执行完毕后启动配置文件并退出程序。
      在选项之后可以使用*号, 例如:
      /RUN=* or /RUNX=* or /RUNX=Office*
      添加/SHUTDOWN可以关闭。
    • /U (unattended mode)
      没有进一步用户交互该文件被启动并执行。当这个选项没有被指定,显示文件清单,但必须手动启动实际同步。在无人参与模式,如果同步路径之一无法访问,程序将只显示一个错误信息。
    • /S (silent mode)
      与/U一样, 但不会有任何任何错误消息。
    • /M (minimized mode)
      该程序在执行该配置文件时最小化到系统托盘。这种选择包含/U。
    • /LEFT="Folder Path"
      允许你指定一个与配置文件中不同的左路径。
    • /RIGHT="Folder Path"
      您可以覆盖配置文件的右路径。
    • /MASK="File1.txt;*.doc"
      允许您覆盖文件的inclusion masks,或只是指定一个或多个文件的副本。
    • /SHUTDOWN
      S运行 /RUNX="Profile Name"指定的配置文件后关机。

    INI 文件

    设置和配置文件存储在INI文件。INI文件的位置可以看到和改变。 INI文件和/或网络路径可能是只读的,在这种情况下,同步器自动禁用文件编辑。

    • /INI="INI File Path" (command line option)
      您可以在命令行指定使用什么INI文件,如/INI=C:\MyIniFile.ini。您甚至可以在网络上选择INI的文件路径,例如,如果你有一个企业的INI文件在众多的工作站上使用。

    日志文件

    在 Options 选项卡,可以激活日志。 每个日志文件将包含所有操作同步进行的详细信息,包括开始和结束时间和日期。