Displaying 2 results from an estimated 2 matches for "winat".
Did you mean:
inat
2002 Sep 24
1
backup NT box to SAMBA box using xcopy, smbclient, robocopy, or DD command ???
...ity called Robocopy which can copy and delete files so
directories can be mirrored with a minimum of trouble. Bill's boys
actually wrote some decent docs.
Using robocopy I run a batch file every night from the NT which copies
the other NT's to a Samba share then backup
There is a NT utility WinAT that does the cron trick for NT although you
can do the at commands at the command prompt
The batch file is on my d: drive the command for at is back.cmd
The commands in back.cmd are as follows:
robocopy \\server1\ \\bigserver\aback /mir
robocopy \\server2\ \\bigserver\bback /mir XD queues
Only tr...
2001 Nov 22
5
How to setup Rsync as an NT Service
For a recent project I needed to run Rsync as a service on Windows NT. The
following is a link to the instructions I created to recreate my steps.
http://members.home.net/cbollerud2/projects/rsync/NTService.html
The "no-fork" patch used here is very similar to the "no-detach" option
mentioned in many previous posts. I wish I could take credit for it, but I
basically put