Displaying 20 results from an estimated 6000 matches similar to: "DonNet Version Of Rsync"
2009 Jan 20
8
find out the meaning of rsync error code
Hi,
Could anyone please tell me how to get the meaning of rsync error codes.
In "rsync return code: 12" error, what 12 indicates?
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2007 Feb 21
2
Problem with Rsync or Users will be Users?
I'm using CWRSync 2.6.9 protocol 29 on a Windows 2003 Standard R2 server.
I'm trying to copy files onto a local usb harddrive.
Both filesystems are NTFS.
Rsync is failing to copy some files due to the file name length.
I kind of assumed that Rsync could handle the same file name length that
Windows users are allowed to enter. :-)
Is there *anything* I can do with Rsync to allow these
2008 May 15
4
RSync from NAS machine over WinXP with cwRSync to another PC
Hello,
some people want to use the following construction:
they have a NAS machine with an integrated rsync (may be on embedded linux).
they have a WinXP with cwRsyncServer (with rsync 3.0.2)
and they have on WinXP a network share (i.e. Y:
== "//192.168.100.123/sharename")
They can use NAS / WinXP with cwRsync to copy files from NAS to a local path
on the WinXP machine.
But how
2006 Jun 28
1
rsync and chmoding permissions on Windows
I'm trying to use rsync to keep the permissions between two Windows servers.
A windows NT 4 server (with rsync daemon) and windows 2003 R2
I use Rsync in a batch file and I run it as Administrator by double
clicking on it.
Typically:
set cygwin=notnsec
rsync -rpDPo --chmod=Du+rwx,Fu+rwx,+X
and the files are crossed over but the permissions are screwed up.
Now, I can't find out the
2008 Mar 10
2
The server is configured to refuse --iconv
I've just tried upgrading to cwrsync 2.1.0 (Rsync version 3.0.0 protocol
version 30) between 2 Windows XP Pro sp2 machine across the Internet.
I used:
SET CYGWIN=nontsec
SET HOME=c:\cwrsync\bin
C:\cwrsync\bin\rsync -za -u -P --delete --recursive /cygdrive/c/test2/
stuart@test.address.co.uk::test/
When I run the above batch script on the remote machine I get this odd output.
2008 Mar 17
3
rsync Windows UNC
Hello,
I try to backup files from a NAS to our backup-server using rsync.
The NAS itself is not able to run rsync.
Therefore I installed rsyncd (cwrsync 2.1.1) on a windowsserver which
has access to the NAS.
I configured the rsyncd like this:
[nspPR53_so2]
path = /172.21.87.9/nspPR53_so/material/doc
read only = true
transfer logging = yes
When connecting with the client I get the error
2006 Jun 26
4
Can rsync monitor a file system?
I am trying to get two servers to copy each others data to the other
server.
I need it to be done real time a not use a cron.
Can rsync running as a daemon monitor the files system to trigger a
transmission?
If so how do I configure it?
I am running Solaris 9.
Thank you.
______________________
Charles Berman
Senior Unix Administrator
"Think Globally"
The contents of this email
2008 Sep 06
1
Rsync client under windows very slow
Hi all, i'm using an rsync windows server under cygwin.
The rsync linux clients work very well, using all available bandwidth;
instead the only windows server 2003 client does not exceed the 80 KB/s when
transferring files, so it is very slow.
It is invoked through command line
rsync --verbose --progress --stats --compress --recursive --times --perms
--links --delete --password-file .......
2007 Jan 08
1
rsync over smb share
I have a FreeBSD unix server that I want to backup to a USB drive
attached to a Windows 2000 server. I mount the smb share on the Unix
server and then try to rsync from the source directory to the mounted
directory, but it syncs all files every time. Can someone suggest if
this should work and what my problem may be?
--
Robert
2007 Jan 29
2
rsync or other tool
Hi,
I am using rsync-2.5.5 on power pc system. It is an embedded system with
very low memory few MBs. Most of the time only 4-5 MB memory is free (as
shown using free command). I have an application that periodically (every 20
sec) fires rsync command from system command i.e. system ("rsync..") to a
remote m/c connected to it. The data I have to rsync has hardly 60 files
with total size
2007 Feb 22
2
Using rsync to sync two live servers
Hello,
I have two production servers which house large drive arrays storing
digitized music for our webradio. They are used in a 'failover'
configuration so that if one goes down the other remains available.
New music is added all of the time to this library and it is a pain to
have to add it to both machines as the files are large (.wav). I am
thinking to setup rsync to keep the drives
2007 Oct 01
1
rsync vs. unison
Hey all,
I'm looking into a two-way WAN mirror on two boxes running Mac OS X
10.4. It seems that both rsync (with the -u option) and unison could
do this. Any suggestions on how to choose one over the other?
Many thanks,
noam
Noam Birnbaum
http://maccentricsolutions.com/
877.luv.macs x89
ð Apple Certified Technical Coordinator
ð Apple Certified Help Desk Specialist
--------------
2008 Mar 30
2
Rsync on windows
Hi,
It there a way to use rsync from windows server, so it will pull data on
NFS through UNIX rsync server?
Thanks,
Oren Mark
Intel - Israel Engineering Computing
ISEC Data & Application Hosting
oren.mark@intel.com
(+) 972-4-865-5987
iNET: 465-5987
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any attachments may contain
2008 Aug 13
2
Windows client
I know you guys hate questions like this, but has anyone had experience
with a particular Windows client they would endorse?
I need to sync some Windows boxen. I'm just looking for someone to tell
me they're using X and happy.
--
Jason A Nunnelley
President Tech Anything, Inc.
1 888 846 4109 Fax
1 256 962 0290 Voice
OneBigBook[tm], OneBigBrand[tm], OneBigBiz[tm], and
2008 Sep 08
2
New bie Q
Hello All,
I have a doubt regarding the fault tolerance of the rsync tool.
What happens if the network goes down for some time and comes back after
few seconds?
Will rsync retry ? If yes, how many times/ how much time it will keep
retrying ?
How to ensure the completion of the rsync operation when there are network
break ups?
thanks for any help.
--
Regards,
Ravi.Thati
-------------- next
2008 Nov 25
1
How could rsync be improved so that others won't have to struggle so much to find out about --modify-window=1?
I am running rsync 3.0.4 on Cygwin. Before, when I resumed interrupted rsyncs,
every file would be re-copied all over again. I struggled to find an answer
until now I found it: I needed to specify --modify-window=1, since one of the
disks is FAT32. How could rsync be improved so that others won't have to
struggle so much?
Here are some options:
1. At the start of each run, rsync should
2005 Oct 13
3
Cygwin: Back up open files?
I have VSS snapshots created in a batch file nightly and then Rsync the
contents to a remote server.
The trick is to mount the VSS snapshot on and empty folder or drive
letter. I use a drive letter as mounting on an empty folder means that
the folder will be empty if the snapshot has failed (this causes the
--delete switch to empty the remote copy).
I'm struggling with Exchange 2003 syncs
2006 Mar 16
1
So what to do with Unicode filenames?
Hi!
I spent a few hours in google but didn't find any solution to make rsync
backups of Win XP (2k, NT) machine to Lunix rsync server?
As far as I understand we can't teach cygwin to work with unicode filenames,
isn't it?
Does anyone knows the solution? Is there any non-cygwin rsync Windows
realisations? Or maybe there is any other program that can do backups with
same manner?
2006 Apr 04
2
rsync not removing files that are out of date
I'm running on Red Hat Enterprise 3 machine with ~700Gb of Storage backing up to
a similar machine using rsync backups running 6 times a day on various
directories in /home/. The inital rsync copied roughly 150gb. Everything
appears to be backing up correctly so no loss of data which is good :)
The problem is that he backup server is not removing data that has been removed
from the primary
2005 Nov 29
3
Is it possible to backup database using rsync?
Hi everyone,
I want to back up my database using log files.
1. Is it possible to backup database using rsync?
2. Can it copy redo log file which are open?
3. It has any special feature to handle redo log files of database while
copying?
Urgent help needed.....
regards
Harish Naik