Displaying 20 results from an estimated 7000 matches similar to: "rsync over smb share"
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
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
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 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
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 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
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
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
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 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
2008 Mar 13
7
Suggestions for basic rsync configuration
Hello,
I am very new to rsync and am wanting to have it back up more than 4 remote
linux servers via ftp. I want to write a script that will open up a ftp
connection using "ftp://username:password@ftp.server.com" with a server,
then mount the drive containing the backups, copy the data that is new,
unmount the drive, close the connection and move onto the next server until
every server
2011 Jan 12
3
Samba PDC
OK, I am trying to setup my first Samba PDC on a FreeBSD 8.1 host. When
I try to become a member of 'webtent.org' on my Windows 7 Ultimate to
the PDC, I get the following error...
> DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "webtent.org":
>
> The query was for the SRV record for
2008 Jan 02
3
cwRsync on windows
Hi folks,
It may be a very basic question for many people here but I have been
struggling with Windows commandline. My CentOS machines are running
perfectly fine.
Question:
I have installed cwRsync server on one of Windows 2003 and cwRsync
client on the other Windows 2003. What command should I run to connect
to the cwRsync server from the client? and how can I make sure that
cwRsync is even