H
Howard Brazee
Guest
I synchronize some files with a Unix server with a batch file that
contains the following commands:
xcopy "%USERPROFILE%\My Documents\calendars\*.*"
%mydrive%%mybase%calendars\*.* /Y/D /Exclude:c:\belfry\ICSexclude.txt
Xcopy "%mydrive%%mybase%calendars" "%USERPROFILE%\My
Documents\calendars\*.*" /Y/D
(each of the above is one line).
Trouble is, the Unix server must have slightly different time, so I
get files copied every time I run this. So I downloaded Unison,
renamed the text version and tried to figure out how to run it
I downloaded Unison and am trying to use it, but so far haven't gotten
the syntax to replace those lines. Is there a better way of doing
this? Or do you have example .bat lines using Unison for this?
Thanks.
--
"In no part of the constitution is more wisdom to be found,
than in the clause which confides the question of war or peace
to the legislature, and not to the executive department."
- James Madison
contains the following commands:
xcopy "%USERPROFILE%\My Documents\calendars\*.*"
%mydrive%%mybase%calendars\*.* /Y/D /Exclude:c:\belfry\ICSexclude.txt
Xcopy "%mydrive%%mybase%calendars" "%USERPROFILE%\My
Documents\calendars\*.*" /Y/D
(each of the above is one line).
Trouble is, the Unix server must have slightly different time, so I
get files copied every time I run this. So I downloaded Unison,
renamed the text version and tried to figure out how to run it
I downloaded Unison and am trying to use it, but so far haven't gotten
the syntax to replace those lines. Is there a better way of doing
this? Or do you have example .bat lines using Unison for this?
Thanks.
--
"In no part of the constitution is more wisdom to be found,
than in the clause which confides the question of war or peace
to the legislature, and not to the executive department."
- James Madison