similar to: rsync or other tool

Displaying 20 results from an estimated 5000 matches similar to: "rsync or other tool"

2007 May 23
4
problem syncing files from embedded device to PC
Hi, I have a setup where I wish to transfer around 100 files from embedded device to a connected PC. The embedded system at anytime contains 20MB free RAM. However, on running rsync periodically (20s interval), OUT OF MEMORY error results after few minutes, say 30 minutes killing this application and other application softwares running on the embedded device. rsync version is 2.6.9 and 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
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
2007 Jan 31
1
SIGUSER1 and rsync
Hi, What is the behaviour of rsync on receiving SIGUSER1 signal? Can I block it in someway so that my application that repeatedly calls rsync and rsync itself will run smoothly. Regards, Preeti -------------- next part -------------- HTML attachment scrubbed and removed
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 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
2007 Jan 17
0
memory problem
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
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 May 30
2
rsync on stand alone winXP
Hi, I want to use rsync in my project that take increment image of files. This is for windowsXP and vista(stand alone) on localhost no need to use on network. I have following dll and exe:: - rsync.exe - cygwin1.dll - cygpopt-0-dll - rsync-param.reg Now in services.msc I am seeing "rsync" service. I have started that also and set in logon tab as "LocalComputer". Again I
2010 Feb 22
3
Re : how to plot select points in preexisting persp plot
Hello, I am trying to plot selected data points to a preexisting persp plot that satisfies a condition. I used the following statement - text(coords[,1], coords[,2], names(act[which(act > 8.75)]), cex=0.7) But I get all the points labeled, instead of the points that satisfy the condition specified. Is there any way to plot only the points I want? Also can this be done using
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