Hi
Has anybody had the chance to test the new Linux subsystem
on Windows 10 and compare the rsync performance to e.g. a
Cygwin or MinGW compiled rsync?
bye Fabi
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.o
At 10:35 01.07.2016, Fabian Cenedese wrote:
>At 10:12 01.07.2016, Simon Hobson wrote:
>>> I'm having problems with the user rights. The backup works
>>> ok but after restoring some files I can't access them.
>>
>>That's to be expected.
>>NTFS has a very rich permissions system and rsync won't be ca
At 10:12 01.07.2016, Simon Hobson wrote:
>> I'm having problems with the user rights. The backup works
>> ok but after restoring some files I can't access them.
>
>That's to be expected.
>NTFS has a very rich permissions system and rsync won't be capturing that.
>While it's a PITA, your best best
Fabian Cenedese wrote:
> I'm having problems with the user rights. The backup works
> ok but after restoring some files I can't access them.
That's to be expected.
NTFS has a very rich permissions system and rsync won't be capturing that.
While it's a PITA, your best best is resetting permissio
Hi
I'm using a cygwin compiled rsync on Windows to backup
and restore files from my local Windows computer. I'm trying
several destination types:
- remote with rsync://
- Samba share \\Server\Share
- local drive
I'm having problems with the user rights. The backup works
ok but
I use Rsync on Windows 2003 Server.
Google 'cwrsync' for a handy Windows version.
--
Stuart Halliday
-Original Message-
From: "Mark, Oren" <[EMAIL PROTECTED]>
To:
Date: Sun, 30 Mar 2008 09:54:26 +0300
Subject: Rsync on windows
> Hi,
>
> It th
On Sun, 2008-03-30 09:54:26 +0300, Mark, Oren <[EMAIL PROTECTED]> wrote:
>
> It there a way to use rsync from windows server, so it will pull data on
> NFS through UNIX rsync server?
Yes, there is.
MfG, JBG
--
Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481
Signat
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
[EMAIL PROTECTED]
(+) 972-4-865-5987
iNET: 465-5987
-
[EMAIL PROTECTED] wrote:
Hello,
I have one question for RSYC running on windows 2003,
the rsyncd.conf like following
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[tkbak]
path = /local/tkbak
comment = tk backup folder
uid
Hello,
I have one question for RSYC running on windows 2003,
the rsyncd.conf like following
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[tkbak]
path = /local/tkbak
comment = tk backup folder
uid = root
gid = root
On Tue, Mar 28, 2006 at 11:53:52AM +0800, calendarw wrote:
> Secure connection to 127.0.0.1 refused; reverting to insecure method.
This is an error from your remote shell program (ssh). You should first
work on running a simple command via the remote shell (outside of
rsync), and then you can bui
Hi,I have installed a rsync on windows which downloaded on http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.htmland run edited bat file content:
***@echo offset PATH=c:\rsync;%PATH%set CYGWIN=tty binmodeset TERM=ansirem set RSYNC_RSH=c:\rsync
, 27 Sep 2005 10:11:02 -0500
Subject: "missing secret for user" using cygwin rsync on Windows XP Home
> Hi,
>
> I'm trying to set up rsync to allow me to backup a number of Windows
> machine to a Windows XP Home server using Nasbackup.
>
> I can get rsync
nc@lists.samba.org
> Subject: "missing secret for user" using cygwin rsync on
> Windows XP Home
>
> Hi,
>
> I'm trying to set up rsync to allow me to backup a number of
> Windows machine to a Windows XP Home server using Nasbackup.
>
> I can get rsync w
Do you not need to specify the username you wish to log in with, as part
of your rsync request?
ie,
rsync -vvr /cygdrive/c/folder [EMAIL PROTECTED]::modulename
On Tue, 2005-09-27 at 21:38, Andrew Moore wrote:
> Hi,
>
> I'm trying to set up rsync to allow me to backup a number of Windows machine
Hi,
I'm trying to set up rsync to allow me to backup a number of Windows machine to
a Windows XP Home server using Nasbackup.
I can get rsync working fine but have been struggling for days to get user
authentication working.
/var/log/rsyncd.log
2005/09/27 13:46:37 [1352] rsyncd version 2.6.6
Hi,
I'm trying to set up rsync to allow me to backup a number of Windows machine to
a Windows XP Home server using Nasbackup.
I can get rsync working fine but have been struggling for days to get user
authentication working.
/var/log/rsyncd.log
2005/09/27 13:46:37 [1352] rsyncd version 2.6.6
Has anyone been able to get rsync running on Windows 2003?
I had it running on Windows NT, but ever since I installed it on Windows 2003,
it is not working. I am getting "Failed to connect to... Connection refused."
There is absolutely no change in rsync config and rsync binary between NT &
200
Hi,
cwRsync installation asks you a directory to keep your writeable modules
in. Make sure that all writeable modules (read only = false) point to
directories lying under this directory. In that way, you will make sure
that -cwrsync- account has correct permissions and ownership.
In your case, th
I have a feeling there's a permissions problem you're not seeing with
your cwrsync account. Try temporarily changing the service to run as an
account you can log in as and seeing if that account can browse the
folder the test module refers to, THEN trying cwrsync running as that
user and see i
Hello,
I'm desperately trying to have a RSync server work on a Windows 2003
Standard Server.
All the documentation available I have found applies to Windows NT/2000/XP
I don't know whether 2003 works differently from the previous Windows.
I have installed the cwrsync package.
The RSyncServer Serv
Your question has diddly-squat to do with the thread or
subject line.
And no, rsync does not support both ends being remote.
You need to make it so one end or the other is "local" to
rsync. If mypc2 and mypc1 have no way to connect one to the
other regardless of initiator ther are books and howt
On Wed, Feb 11, 2004 at 05:01:51PM -0800, [EMAIL PROTECTED] wrote:
> rsync -e ssh -av [EMAIL PROTECTED]:/myshare1/dir1 [EMAIL PROTECTED]:/myshare2/dir2
Rsync does not support both ends being remote, as the docs clearly
indicate:
Note that in all cases (other than listing) at least one of the
What are "mypc1" and "mypc2"? Can you successfully ssh into them? Can
you successfully ssh into them as user1 and user2? When you do ssh into
them as user1 and/or user2, can you cd into /myshare1/dir1 and
/myshare2/dir2 ?
You need to be very specific about what you're actually doing and what
Actually I would want to use ssh and do copy between two remote servers from my
machine.
But the following did not work:
rsync -e ssh -av [EMAIL PROTECTED]:/myshare1/dir1 [EMAIL PROTECTED]:/myshare2/dir2
I was not able to successfully rsync with both, source and destination, as remote
locations
range 'file has vanished' behaviour with rsync on
windows.
I need to run rsync on windows and sync shares thru UNC names.
When I try :
rsync -e ssh -av //mypc1/myshare1/dir1/* //mypc1/myshare1/dir2/.
rsync does a copy but says "file has vanished" for every file.
Then when I ru
espec. Something like this:
net use z: \\mypc1\myshare1
rsync -e ssh -av /cygdrive/z/dir1/* /cygdrive/z/dir2/
Hope that helps...
Jim Salter
Please help : Strange 'file has vanished' behaviour with rsync on windows.
I need to run rsync on windows and sync shares thru UNC names.
When I try :
r
On Fri, Feb 06, 2004 at 03:55:50PM -0800, Wayne Davison wrote:
> Rsync does not support giving special meaning to multiple adjacent
> slashes
You can try applying this patch, rebuilding, and seeing if that fixes
things for you. There may be other sections in the code that don't like
the multiple
On Fri, Feb 06, 2004 at 03:57:36PM -0800, [EMAIL PROTECTED] wrote:
> rsync -e ssh -av //mypc1/myshare1/dir1/* //mypc1/myshare1/dir2/.
Rsync does not support giving special meaning to multiple adjacent
slashes -- they are treated as a single slash. Thus, rsync will try
to copy /mypc1/myshare1/dir/
Please help : Strange 'file has vanished' behaviour with rsync on windows.
I need to run rsync on windows and sync shares thru UNC names.
When I try :
rsync -e ssh -av //mypc1/myshare1/dir1/* //mypc1/myshare1/dir2/.
rsync does a copy but says "file has vanished" for every f
Hi,
It was reported in the past:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg03306.html
http://www.mail-archive.com/[EMAIL PROTECTED]/msg05701.html
I remmeber there was a cygwin patch , but lost the link.
Please help
Addady
--
To unsubscribe or change options: http://lists.samba.org/mai
Hi,
It was reported in the past:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg03306.html
http://www.mail-archive.com/[EMAIL PROTECTED]/msg05701.html
I remmeber there was a cygwin patch , but lost the link.
Please help
Addady
--
To unsubscribe or change options: http://lists.samba.org/mai
On Mon, 2003-11-24 14:28:00 -0800, Brian <[EMAIL PROTECTED]>
wrote in message <[EMAIL PROTECTED]>:
> Hi,
> I get a "Local: Bad packet length 1349676916" when I try to use
> rsync-minimalist. I tried with the provided cygwin and with the latest
> cygwin.
That'll happen if you try to connec to a
Brian wrote:
Hi,
I get a "Local: Bad packet length 1349676916" when I try to use
rsync-minimalist. I tried with the provided cygwin and with the latest
cygwin.
Used options, debug info, and/or other infos?
--
Lapo 'Raist' Luchini
[EMAIL PROTECTED] (PGP & X.509 keys available)
http://www.lap
Hi,
I get a "Local: Bad packet length 1349676916" when I try to use
rsync-minimalist. I tried with the provided cygwin and with the latest
cygwin.
--
ContagiousDesign!
web . design . software . photo
Brian Rose . programmer
Stacey Rose . designer
(604)-588-8827 . contagiousdesignATshawDOTca
Hi,
My ssh can't create the directory /home/user/.ssh. I realize this is
because I am using the ssh outside of the Cygwin environment, however it
seems I should be able through a init script with a variable or creating
my own /etc/password file, that I could fool it. Is there a way to do
this? I
> > > 1 Install cygwin ssh.exe and related DLLs (cygcrypto-0.9.7.dll,
> > > cygz.dll) in the cwrsync directory
> >
> > Is there a page on the cygwin site where I can download only the ssh
> > client related files?
I got Robert Scholten's "rsync for minimalists" binaries to work pretty
much out-o
> Hi all,
>> 1 Install cygwin ssh.exe and related DLLs (cygcrypto-0.9.7.dll,
>> cygz.dll) in the cwrsync directory
>
> Is there a page on the cygwin site where I can download only the ssh
> client related files?
I finally got rsync working on Windows w/o the full cygwin install, more
or less an
Hi all,
>
> 1 Install cygwin ssh.exe and related DLLs (cygcrypto-0.9.7.dll, cygz.dll)
> in the cwrsync directory
Is there a page on the cygwin site where I can download only the ssh
client related files?
Brian
--
ContagiousDesign!
web . design . so
TED]>
Sent: Friday, November 21, 2003 6:53 AM
Subject: Re: minimalist rsync on windows
> Hi Tevfik,
> Yes, thank-you. I am trying to use it. But, I am just
> having a lot of trouble and I am sure it is something very
> small.
> I attached the /var/log/auth.log messages for 1
I am trying to use cwRsync, which is a more current solution than the
rsync-minimalist software and still small and easy to use. However, I
have the same errors regardless.
If I call from a dos window:
rsync -e "plink.exe -pw *" file [EMAIL PROTECTED]:/home/brian/
should there be a rsync
Hi,
Is the rsync-minimalist still supported for windows? I am using Windows
XP Home. I am testing, to get a solution for a client. The minimalist
looked very nice--a cygwin.dll and an rsync and an ssh.exe. However, I
can connect with ssh, but not with rsync over ssh using these files. I
have a
On Sun, Aug 10, 2003 at 10:03:16AM +0200, Stephan Jau wrote:
> Hello,
>
> I just posted this a few days back and my email got totally messed up so I
> don't know for sure if there was any reply yet to this. If there was I
> would be glad if someone just could forward that to me.
> Thank you in a
efore. I'm
sure RSync can do that but I just don't know how.
Thank you in advance,
Stephan
At 22:28 01.08.2003 -0700, you wrote:
"John E. Malmberg" writes:
> What is the status of rsync on Windows 2000?
>
> I was looking to install it on my test system, and the down
one of the three approaches that I mentioned before. I'm
sure RSync can do that but I just don't know how.
Thank you in advance,
Stephan
At 22:28 01.08.2003 -0700, you wrote:
"John E. Malmberg" writes:
> What is the status of rsync on Windows 2000?
>
> I was loo
"John E. Malmberg" writes:
> What is the status of rsync on Windows 2000?
>
> I was looking to install it on my test system, and the download
> directory has a readme file that says I need the cygnus gnu-win32 library.
>
> The link refers me to the index page for c
What is the status of rsync on Windows 2000?
I was looking to install it on my test system, and the download
directory has a readme file that says I need the cygnus gnu-win32 library.
The link refers me to the index page for cygnus, with no way to get to a
download area. A google search shows
Hi,
I'm new to rsync and I like to use rsync instead of xcopy on windows.
Somebody sent me a copy of rsync and cygwin1.dll to run rsync on windows.
I would like to synchronize 2 directories. What would the command be to
enter:
rsync \tmp\src \tmp\dest
doesn't seem to work.
Can an
http://www.cygwin.com/
On Thu, 2003-03-20 at 16:32, Marc Cuypers wrote:
> Hi,
>
> Sorry for asking this question. Is there an rsync version for windows?
>
> Marc
--
Amy Anderson <[EMAIL PROTECTED]>
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before post
http://www.cygwin.com/
On Thu, 2003-03-20 at 16:32, Marc Cuypers wrote:
> Hi,
>
> Sorry for asking this question. Is there an rsync version for windows?
>
> Marc
--
Amy <[EMAIL PROTECTED]>
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read
Hi,
Sorry for asking this question. Is there an rsync version for windows?
Marc
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Hello. I am a newcomer to rsync so please forgive me if this question is
dumb. I'm still learning rsync and I didn't find anything on this topic
elsewhere.
Is it possible to run the rsync client on windows with a passworded keypair
using Pageant or SSH Accession? When I attempt to run these comman
I would appreciate if someone can let me know where I can get download rsync ( NT &
2000 version ) and install documentation.
Thanx,
Raj
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
On Thursday 3 Jan 02, Itzkovich, Shraga writes:
> Cygwin1.dll was copied from the NT4 rsync folder to windows 2000 system32
> folder.
Uggh. That's a bad idea if you ever want to use Cygwin for anything
else besides rsync.
David
(Cygwin FAQ maintainer)
Hi,
I installed the rsync on windows 2000 server which is synchronized folders
with NT4 across the seas. from the NT4 to Windows 2000 the process is
working fine, but trying to pull the opposite I get error messages like :
"failed to connect to - Connection refused" , and telnet t
55 matches
Mail list logo