similar to: rsync for NT

Displaying 20 results from an estimated 3000 matches similar to: "rsync for NT"

2001 Nov 14
4
using rsync to backup windows workstations
I have 5 windows workstations and 1 computer running freebsd 4.4 I want to install rsync on the freebsd computer so I can use it to backup some files/documents on my windows workstations. I want rsync to run automatically every 6pm mon-sat. I wanna ask if there is someone in this list who can give me guidelines on how i can do this. And another question I have is do I need to install samba? i
2002 Feb 28
2
Rsync on nt v. 2.5.2
Can you tell me a place to download RSYNC 2.5.2 for Windows Nt and the documentation?. Thanks.
2001 Oct 19
1
rsync errors
Ah... there's your answer. ssh is working fine, as you say, but you're invoking rsync without telling it to user ssh, so it's using rsh. If you've got this, you don't need rsyncd.conf. The syntax you're using tells rsync to use an external transport. rsync -e ssh file rmt_host:/tmp Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880
2002 May 21
2
rsync without syncing file permissions under W2K
Hi there, I'm playing arround with rsync under W2K in conjunction with the cygwin environment. What I want is to get rsync copy a folder tree from one W2K machine to another W2K machine through a firewall. I installed the cygwin on both machines and got the rsync running which is using an openssh connection with public key authentication. Everything works fine except for the assignment of
2002 Apr 24
1
Rsync from NT to UNIX
You're set, unless you declined ssh in your cygwin installation (without cygwin, you're not doing rsync from windoze). It's just like unix, in that case. (Bonus clue: Under related commands for ssh, you'll find ssh-keygen). If you don't actually need to secure your content (you're not naked on the internet, for instance), you can just let rsync use plain old rsh
2001 Oct 06
2
rsync
checking whether the C compiler (/usr/local/bin/gcc -O -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. Any solution of this ? Please. regards. -------------- next part -------------- HTML attachment scrubbed and removed
2002 May 22
1
AW: rsync without syncing file permissions under W2K
Wernicke, Heino (CGS) wrote: >Thank you! >That helps a little. But the permissions on target machine >will not be inherited from parent folder as I wanted. > Uhm... removing ntsec shouldn't touch permissions at all... can't just you use "chmod -R 755 *" after rsyncing? -- Lapo 'Raist' Luchini lapo@lapo.it (PGP & X.509 keys available) http://www.lapo.it
2002 Apr 05
1
is it a bug or a feature? re:time zone differences, laptops, and suggestion for a new option
It's much easier than that. The linux box keeps time in GMT, and displays it in the configured time zone. Try this, on the linux box: "touch testfile ls -l testfile TZ=EST5 export TZ ls -l testfile" You will see the displayed time change, because it's being translated from epoch time (that's what I call it, anyway) - seconds since midnight, January 1, 1970. Your windows
2002 Feb 12
4
Rsync with script
Hi, I am trying to mirror a server every night using rsync. I have to backup multiple directories and multiple individual files. I also want to use ssh as transport. The problem is that I cannot get ssh to work without asking password for each step. I tried the public key thing but it doesnt work. Can some one give instructions for a layman like me. Also I want to know how to pass argument to
2002 Apr 05
1
is it a bug or a feature? re:time zone differences, laptops, and suggestion for a new option
I just did a win2k install, and as I thought i'd remembered, it asked whether the hardware clock was UTC or localtime (and recommends localtime). Of course, I chose UTC, but most would probably follow MegaSloth's recommendation. I don't know how to change it on an already-installed system, though. Does anyone else? Tim Conway tim.conway@philips.com 303.682.4917 Philips
2002 Jan 12
2
Error Message!!
When rsync starts I get the following messages in my log file Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync: bind failed on port 873 Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync error: error in socket IO (code 10) at socket.c(361) Anybody know what might be causing this? David
2001 Dec 01
3
include/exclude ?
All, Could someone please help me resolve this: [admx:test] $ ls ERR01 ah01 ah02 an01 an02 mp01 mp02 [admx:test] $ ls {an,mp,ERR}* ERR01 an01 an02 mp01 mp02 I want to rsync only the "{an,mp,ERR}*" files across using the following command but do not see the expected results. [admx:test] $ rsync -va --exclude="*" --include="{an,mp,ERR}*" ./*
2001 Oct 18
2
problems between different versions of rsync
Are there issues between different versions of rsync? Specifically I have a 2.4.6 on solaris 8 pushing to a 2.3.0 on solaris 2.6 over ssh(F-Secure version). The issue that I am seeing is that when I use the following command: rsync --delete -rlvp -e ssh2 $localdir user@host:remotedir The user and group are different on both boxes(neither being root). Any help would be appreciated. --Jeff
2002 Apr 23
5
Dynamic address problem
Hi All, We have clients which dynamic IPs which we have setup with <host>.dyndns.org addresses. We have added these to the rsync.conf 'hosts allow=" but they are being denied access.. Is there anyway around this? Matt
2002 Feb 05
3
Doubt in Rsync !!
Sir, How to run the rsync server in the remote machine. I want to mirror the set of directories from one machine to another machine which are in the network. I used the following command : /usr/sbin/rsync -vv --delete --recursive --times --perms --update source directory destinationmachine:destination directory. I got the error: Permission denied. How to tackle this error ? thanks laks
2002 Mar 31
5
File Owner, Group and Permissions for Win2000
Hi, I need to mirror some Linux directories on a Win2000 box but the owner, group and permissions are lost. I realize Win2000 does not use the same system but thought there may be some way around it with cygwin. Is it possible to mimick /etc/passwd to preserve ownership etc? Is there a better solution? Roger -------------- next part -------------- HTML attachment scrubbed and removed
2001 Sep 18
3
Problem with transfering large files.
Hi, I have some files size 400MB+ that my rsync ends on, error message is : "Write failed: Broken pipe". Without this "big files" everything works smoothe. I searched to find anything about this problem but so far without any luck. Source machine : Solaris 8, rsync-2.4.6 Destination machine : FreeBSD 4.1.1, rsync 2.4.6 Command run(from source machine): rsync
2002 Sep 25
4
pulling data from the server
Hi all, I have started the rsync in deamon mode. When I use the following command: rsync --port 9876 u018::treeA it seems to work fine but no files are copied from the server. Using rsync without the deamon works fine. I tried to debug it a little bit, but I am unable to figure out what's wrong. 337:david@u050 /export/treeA> rsync -r -vvv --port 9876 u018::treeA opening tcp
2002 Feb 19
4
push data instead of pull
Hi, I have a rsync server set up. Can i push data from the server to another machine instead of pulling data from that machine. when i try to do that i get this error. mkdir tohost:/tmp ; No such file or directory. But the directory exists. This is the command i executed. rsync -avz --rsync-path=/usr/bin/rsync fromhost::test tohost:/tmp This works fine if iam logged onto "tohost"
2002 May 17
3
Rsync dies
I?m trying to rsync a 210 GB Filesystem with approx 1.500.000 Files. Rsync always dies after about 29 GB without any error messages. I?m Using rsync version 2.5.5 protocol version 26. Has anyone an idea ? Thank?s Clemens