Displaying 20 results from an estimated 6000 matches similar to: "cygwin rsync & Windows firewall"
2016 Apr 11
0
SYSVOL Replication in a Windows-driven AD environment
What you can try.
Map the sysvol share from the samba to a driveletter on the DC.
Add : acl_xattr:ignore system acls = yes
Too the sysvol share on samba.
Use deltacopy to copy the sysvol
I havent tried it, but above seams logical and can work, you just have to try it yourself.
If deltacopy does not work, try cwRsync or robocopy.
Deltacopy
2009 Feb 23
0
CWRsync & DeltaCopy
Hi everybody!
I don't ask this question together with my previous ones, because it is a new theme.
I also wanted to backup files from a Windows client to a Linux Server. For testing I transfered a 512MB file with a bandwidth of 10Mbyte/s.
So when I run the rsync command from the Linux machine and backup files from a mounted folder, it takes about 145 sec.
But running the same command with
2011 Mar 26
1
WinXP rsync local copy to USB drive
I've encountered an error while trying to "find" my way to
my goal. But first, let me state my goal in case there is a
pre-canned solution that does what I want (which would avoid
the effort of figuring out the error...):
I want to invoke the rsync *client* (but NOT the server) to
make a local copy from one windows drive to another. Ie.
rysnc -ax /cygdrive/c/path/sourcedir
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
2008 Jan 30
3
Rsync windows vista permissions problems
I am using deltacopy (uses rsync) to backup up a drive in windows vista to a
freenas server. Before moving to vista, had the system working fine (on a
windows xp machine).
The command used for the backup is:
rsync.exe -v -rlt -z --delete "/cygdrive/F/TXT/" "nas::160d/_Acer_F/TXT/"
As a result of this command, rsync should create a dir (not on nas) and then
copy some files
2006 Apr 07
1
Windows rsync without cygwin (looking for Unicode support).
Hi!
Let's share an info about Windows rsyncs or rsync-compatibles that works
wint Windows native libs, not cygwin. The main task - find a solution with
Unicode support.
I know two:
Unison - has a problems with Unicode filenames like cygwin does.
DeltaCopy - found it just a few minutes ago, can't try from home so can't
comment out.
Any others?
G.
2009 Jul 26
1
DeltaCopy puts unwanted TAB character into rsync command
Imran Hussain writes Tue Dec 6 19:54:06 GMT 2005
> I have written an rsync wrapper for Windows called DeltaCopy.
> (http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp). It is
> written in Borland C++ Builder and source is also available on the
> net. Let me know if someone has any suggestions/comments.
Hello Imran, I have a Windows PC running Vista Family Premium
Edition SP2. I
2006 Mar 20
0
Rsync 2.6.7 with acl patch on Cygwin
Thanks to recent achievements, rsync with the acl patch has been a viable
alternative for cygwin environments as well.
--- Excerpt from the man page source:
(--acl | -A) option causes rsync to update the destination ACLs to be the
same as the source ACLs. This nonstandard option only works if the remote
rsync also supports it. Note also that an optimization of the ACL-sending
protocol used by
2006 Mar 20
1
Rsync acl patch 1.113 compilation problems on cygwin
Hi,
Recently, there have been some fundamental achievements regarding
acl-support on the cygwin platform. I thought that it would be convenient to
offer an acl-patch enabled rsync as a part of the cwrsync package (a yet
another minimalist rsync on cygwin solution). I get some compilation errors.
What I did:
- Downloaded acl patch v1.113 from rsync site
- Run commands below In the rsync source
2006 Nov 09
1
Integrating Rsync into my own Application
Hi all,
I have been using the cwRsync distribution of Rsync. I currently use a
Windows Batch file script to do the work, calling Rsync where necessary. I
want to now roll Rsync into my own application, probably developed with C#
for the Windows platform.
Has anyone done this before? If so, can you point me in the right direction
of how to start off? I'm really just looking to create a simple
2003 Oct 01
1
3.7.1p2 sftp recurse patch
This patch is against OpenSSH 3.7.1p2 sources. It adds recursive
(directory) downloading and uploading. Criticism/suggestions welcome.
I would imagine the time official support is added, recursive operations
will be handled on a per-command basis as a flag as opposed to a global
toggle command (such as get -r)?
diff -ru openssh-3.7.1p2/sftp-int.c openssh-3.7.1p2-patched/sftp-int.c
---
2008 Jun 06
1
rsync daemon not answering
Hi everyone.
I have a problem: I was running rsync --daemon on a Ubuntu 6.10 linux
without problems. I used it to sync our company intranet from a Windows
host through deltacopy. Then I migrated my system to new hardware and
installed Ubuntu 7.10 on it. I run rsync --daemon with the same
rsyncd.conf file and it?s not listening to any requests. I?m trying to
sync the same directories from the
2003 Oct 30
2
sftp client reget reput
we have implemented this function for 3.1p1, and have been using it in
production sense may 2002. The patch has been ported to 3.7.1p2, we have
been using it in 3.7.1p2 for awhile, if anyone is interested, here it is.
This is the same patch David Bradford talked about on 2002-06-05
Regards,
Greg Hayes
diff -u -r openssh-3.7.1p2/sftp-client.c openssh-3.7.1p2_sftp/sftp-client.c
---
2002 Nov 05
2
[PATCH] fix sftp to preserve permissions and uid/gid
Sftp fails to correctly preserve permissions when fetching a file. It adds
write permission for the owner (presumably so it can write the file).
Sftp also fails to preserve the uid/gid. Added code so that if is running
as root, uid and gid are preserved.
patch is based on Openssh 3.4p1.
*** sftp-client.c@@\main\1 Tue Oct 1 17:26:20 2002
--- sftp-client.c Tue Nov 5 10:22:52 2002
2002 Jan 03
3
[PATCH] Improving sftp client performance
The included patch for openssh 3.0.2p1 implements overlapping read
requests for the sftp client. It should be able to handle weird cases
such as shriking files and reordered responses. This is only the first
shot, and I'd be happy for any comments. I plan to implement something
similar for the write path if this works out well.
The maximum number of outstanding requests is quite high at
2001 Sep 10
0
[PATCH] quick hack for 'resume' support in sftp
I saw several questions regarding 'resume transfer' support in sftp come up,
in the archives, but no real satisfying answer. I had a particular itch
myself, so I scratched it with a quick hack. Patch attached, since it's not
really big.
To explain, I need to use ssh (scp or sftp) to transfer files to and from a
Windows box. No other method is available. And the Windows machine has no
2012 Jun 11
2
Link-dest breaks on uid/gid mismatches
I want to use rsync to backup a couple of Windows systems to a central
point. To this end I installed the "DeltaCopy" implementation of an
rsync server on the Windows boxes. On the central server I have rsync
3.0.7 running on a Debian GNU/Linux distribution. (I also have a similar
configuration but with a QNAP - a NAS with bells on - as the central
backup point. Since both exhibit
2019 May 07
0
dlopen failed: cannot locate symbol "opus_projection_encoder_ctl" referenced by "libopusenc.so"
Hi Opus Experts,
I am working on a JNI library which depends on libopusenc which in turn depends on libopus. However, during runtime, I encountered a linking error while loading the library:
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "opus_projection_encoder_ctl" referenced by "libopusenc.so"
Here is how to reproduce the issue:
Build procedure
2014 May 05
1
Application crushes
Hi all.
Can any one please help me with my problem. I wrote an application for
Android, using Teorarm.
It crushes when I try to play the video file. Native application,
compiled with the help of Android NDK 9r in Android Studio.
Program stack:
#0 theorapackB_readARM () at jni/theorarm/src/dec/bitwise2ARM.s:150
#1 0x673fae80 in oc_dec_headerin (_opb=0x6dca5278, _info=0x6dca52b0,
2008 Aug 02
5
recommend great GUI rsync client for XP
Hi there,
might somebody please recommend the best GUI rsync client for XP please?
Cheers,
Noah