Displaying 20 results from an estimated 400 matches similar to: "rsync from Windows to Linux"
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
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
2007 Oct 07
3
rsync error
Skipped content of type multipart/alternative-------------- next part --------------
Executing: rsync.exe -v -rlt --delete "/cygdrive/C/Documents and Settings/User/Local Settings/Application Data/Identities/{DFF16927-88E6-4EAA-A097-460B7E65289B}/Microsoft/Outlook Express/" "localhost::Backup/Outlook Express/"
building file list ...
done
./
Deleted Items.dbx
rsync:
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
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
2007 Aug 24
1
Rsync and MS Exchange
I am backing up customers data over a vpn using rsync. Someone requested to
sign up for my offsite backup and they have exchange. I am wondering the
best way to backup exchange with rsync. Can I just stop the services before
the backup and then restart them afterward. Their uptime isn't critical so
being down for an hour at 1am or something like that wouldn't be too bad.
Any help
2007 Sep 21
1
Rsync Truecrypt
I have seen people say both that rsync can efficiently copy truecrypt
volumes. I got it working once with deltacopy but as I'm trying to get it
to work from the command line, I cannot. It just transfers the whole file.
I am using -rvs -inplace switches. Does anybody have any suggestions?
_____________________________
Stephen Zemlicka
Integrated Computer Technologies
PH.
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 Aug 04
5
Anyone actively using RLT for mobile phone forwarding?
Hello,
We currently have a scenario where a large percentage of inbound
calls on a telco PRI are intended for professors who aren't currently
in their offices/at their desks.
My question is, is anyone actively using the Asterisk "RLT" (Release
Link Trunking) feature to bounce these sorts of calls back to the
telco? The idea being to forward the call to their mobile phone without
2007 Oct 01
6
why not a gui for rsync
I'm using rsync and I'm very glad, but, in some case, i'm not so happy.
Some people are backing up the data with rsync but they have a lot of files, more than 100000 and 20 Gb of data.
We are using batch files and the task scheduling system of windows.
It is difficult to see if the backup is well done, sometimes, they are error.
We try to make some gui, one in java, an other in c++
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
2016 Apr 11
4
SYSVOL Replication in a Windows-driven AD environment
Hi everyone,
So, I am working with an AD environment where there is one 2008R2 DC (which
holds the PDC emulator FSMO role) and one Samba DC running on Ubuntu 14.04
(Samba Version 4.1.6-Ubuntu). I have been trying to set up the rsync
workaround for SYSVOL replication, but I've been unable to get it working
properly due to the inability to compile rsync with xattr support under
Windows. My
2008 Jun 10
2
rsync and running scripts
I'm using the rsync protocol to keep a windows and linux system mirrored. I
have set up the rsync and ssh to run properly, but I would like to know if
there is an option, whether in the rsync command or placed in the
rsyncd.conf file where I can call a script that runs each time rsync
executes? The reason i need to do this is to change the groups/permissions
of files when they are transferred
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
2015 Oct 24
15
[Bug 11572] New: rsync --debug doesn't work, and gives erroneous results when taken out
https://bugzilla.samba.org/show_bug.cgi?id=11572
Bug ID: 11572
Summary: rsync --debug doesn't work, and gives erroneous
results when taken out
Product: rsync
Version: 3.1.2
Hardware: x64
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: core
2008 Mar 17
1
Shouldn''t should return true?
''cause it doesn''t...
This is an issue for nested custom matchers, ie:
module CRFT
class RFT
def initialize(args)
blah
end
def matches?(target)
"Yeah, baby!"
end
end
def r_f_t(args)
RFT.new(args)
end
end
module CRLT
class RLT
include CRFT
def initialize(args)
blag
end
def matches?(target)
2010 Jun 04
2
Backup to NTFS USB drive --compare-dest not working
When I'm running "rsync --compare-dest" on a local Linux volume (ext4) it
works as expected (duplicate files not created) however when same commands
with same options are run on NTFS USB drive (in my scenario below mounted to
/share/external/sdt5) all the files are copied regardless if they have been
updated or not. I have spent many hours trying to figure out what could be
wrong and
2012 Dec 19
1
rsync without POSIX ACLs
Hi,
I?m trying to rsync from an IBM SONAS, that has no POSIX ACLs.
I thought that without the ?p flag, this should still work, and the destination will just inherit permissions, however, it doesn?t.
My source directory on the SONAS looks like:
~$ ls -la /net/sonas/directory
d--------- 2 user group 36 Oct 9 12:59 ./
d--------- 2 user group 36 Oct 9 12:59 ../
---------- 2 user group
2009 Jun 01
2
Rsync spawning a child process when pulling files ?
Hi,
I am using rsync 3.0.4 on a WinXP machine (with CygWin) to synchronize my
files to a RedHat Linux server. Everything is working perfectly, but there
is one thing I do not understand.
Apparently there is a difference in pushing and pulling files with rsync.
When I push my files to the server with this command, I see one rsync
process on my WinXP machine, just as expected
rsync -rlt -e
2007 Nov 15
2
Two B-Channel Transfer (2BCT/TBCT) Trobule on DMS100 PRI
I have not been able to get two B-channel transfer to work on DMS100 PRI. I
consistently get the following errors:
[Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: ROSE RETURN
ERROR:
[Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: OPERATION:
RLT_OPERATION_IND
[Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: ERROR: RLT
Not Allowed
I have tried on two