Displaying 20 results from an estimated 30000 matches similar to: "^M added to directory structure"
2005 Jul 10
1
destination directory problems
I am having a problem getting my files backed up to
the location I want
to from a WinXP client going to a Debian rsync server.
The following is sending asm/ to /home/robert/backup
folder.
rsync -avz /cygdrive/d/asm
robert@192.168.1.102:backup/
My understanding of the rsync man page is that this is
supposed to send
asm/ to what the path that is defined in rsyncd.conf,
mine is defined
as /backup.
2005 Oct 04
2
rsync hanging on large windows directories
I have a RH 8.0 box which issues the following command to a Windows
machine running the most recent version of cygwin. Both boxes have been
updated to rsync 2.6.6 and I use the following command from the LINUX
BOX (SSH keygen agent is setup for passwordless logins and the IP is
aliased under /.ssh/config)
rsync -avz --delete --progress -e "ssh"
2015 Jan 10
2
Link-dest thinks file is newly created, but it isn't
Hi:
I've been using rsync for a couple years now. Unfortunately, I've made some
changes on both ends, so it's unclear what could be the culprit. I make
extensive use of --link-dest to provide a cheap "Time Machine"-like backup
for a Windows machine.
Source: Windows 7 running Cygwin (CYGWIN_NT-6.1 sith 1.7.33-2(0.280/5/3)
2014-11-13 15:47 x86_64 Cygwin)
Destination: Synology
2011 Nov 09
1
Rsync with special characters
Hi,
I'm having problem using rsync from an Ubuntu server to a Windows machine using cygwin and rsync. It works whenever I have a share name that doesn't include a special character like ?, ? or ?. My full command is:
"rsync -avz -e 'ssh -p specialport' user at windowsmachine:/cygdrive/c/?test --iconv=CP1252,utf-8 (Also tride ISO8859-1 and utf-8)"
I thought that iconv
2015 Jan 10
0
Link-dest thinks file is newly created, but it isn't
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
What does --itemize-changes say about that file? Try using the stat
command on the various copies of it to see what is different about them.
On 01/09/2015 09:42 PM, Clint Olsen wrote:
> Hi:
>
> I've been using rsync for a couple years now. Unfortunately, I've
> made some changes on both ends, so it's unclear what could be
2007 Nov 27
1
Rsync stalls
I am trying to rsync a machine running CYGWIN_NT-5.2 server 1.5.24(0.156/4/2)
to another which runs FreeBSD 6.2-STABLE; both with rsync 2.6.9.
I'm trying to "pull" the files from the Cygwin machine with:
/usr/local/bin/rsync -avz --delete --delete-excluded -e "ssh"
[user]@[host]:"/cygdrive/e/Shared" /home/[host]
However, rsync stalls. This seems to be
2005 Feb 10
0
Trouble calling rsync from Java
I'm writing a webapp to be used internally at my company over a LAN. Users
can specify info on their computer that should be archived to a central
location, then a Java servlet calls Runtime.exec() to launch the following
script:
#!/bin/sh
from=$1
to=$2
mntName=$3
mount -f "$from" "/$mntName"
rsync -avz "/$mntName/" `cygpath "$to"`
umount
2015 Jan 11
2
Link-dest thinks file is newly created, but it isn't
On Sat Jan 10 2015 at 5:21:33 AM Kevin Korb <kmk at sanitarium.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> What does --itemize-changes say about that file? Try using the stat
> command on the various copies of it to see what is different about them.
>
In my original message, I stated I used --itemize-changes, and I reported
the following:
>
2008 Dec 29
1
restart rsync process via shell script
Hi there,
I am trying to figure out the most accurate way to assess if an rsync
process is running and is established to the remote rsync server and is
transferring data. I am writing a bourne shell script to restart rsync
if the connection to the remote rsync server is lost.
The command "ps ax | grep 'rsync' | grep -v grep" is not enough because
the rsync and ssh process
2015 Jan 11
0
Link-dest thinks file is newly created, but it isn't
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If it seeing the files as new then I agree that stat won't help. It
might have explained some other itemize output. Since it is seeing
the files as new then they must not be where it is looking. Meaning
that your link-dest parameter must not be appropriate for your target.
On 01/10/2015 08:49 PM, Clint Olsen wrote:
> On Sat Jan 10 2015 at
2006 Mar 31
1
Can't chdir to directory on mapped share, no such directory?
I'm using cwRsync which incorporates rsync-2.6.7 with Cygwin. I've got it
set up as a server and it works for local directories but when I try to set
up a module with path /cygdrive/m/dirname it tells me that it can't chdir
to that path, error 2, no such file or directory. I copied Cygwin mount and
ls to the machine and mount reports that /cygdrive/m is indeed there, and
ls can
2015 Nov 24
2
why rsync update large directory so slow?
Hi:
I have a large directory with about 0 Milillion files in it to backup by network. Server and client both windows.
rsync server config:
------------------------------------------------------------------------------------------------------
strict modes = false
hosts allow = 10.200.121.104
hosts allow = 10.171.209.87
hosts deny = *
log file = /cygdrive/d/log/rsyncd.log
port=8730
uid = 0
2009 Aug 20
2
Include a directory inside an excluded one?
Hello,
On my windows xp machine, with cygwin, I run rsync to backup important
files on another drive (samba share, mapped on h:). It works fine. I
currently use the following command line:
rsync -rtv --del --delete-excluded --progress --iconv=ISO-8859-1,UTF-8 --partial \
--exclude "/Videos/" \
--exclude "/Ma musique/" \
/cygdrive/d/Documents/ \
2004 Sep 17
0
Batch, recursive Flac to Ogg converter for Windows
For those of you who, like me, want to keep a Flac-based archive of their CD
collection, but maintain an Ogg-encoded version of that library for use on
portable players, here is something you might be interested in:
I've put together a Cygwin/perl-based solution that works under Windows XP
that can take an entire tree of Flac-encoded files:
C:\music\flac\artist1\album1\track1.flac
2006 Jun 29
1
Exclude again
Hi,
I can't get the exclude in my Rsync statements to work quite right.
I have:
rsync -avz --delete-after --exclude-from=/cygdrive/d/exclude.job 10.1.1.11::ddrive /cygdrive/d/backup
The exclude file contains:
- /bin
- /endofdaybin
I want the directories above to be excluded from the job completely, however, they still seem to be copied.
Do I have a problem with either the exclude or
2012 Oct 13
0
RS-MySQL.h:32:19: fatal error: mysql.h: No such file or directory
i m installing RMySQL under windows -7 64bit,
i have wamp server(which has mysql5.5.16)
i have given MYSQL_HOME path in environment variable as
MYSQL_HOME=C:\wamp\bin\mysql\mysql5.5.16\bin ,
& also create Renviron.site file in C:\Program Files\R\R-2.15.0\etc
giving MYSQL_HOME=C:/wamp/bin/mysql/mysql5.5.16/bin as path
i install c connector "MySQL Connector C 6.0.2" version
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
2008 Feb 10
0
[LLVMdev] semicolon breaking builds on llvm-gcc4.2 cygwin build for arm target 2.2prerelease2
Since we are fast approaching the 10th, I thought it appropriate to report
this "bug" with the build despite not having worked around it.
Build environment is
*Summary:*
When building llvm-gcc with a arm-apple-darwin target on i686-pc-cygwin,
make fails because child calls to configure have an errant semicolon that
causes the --srcdir parameter to be ignored by the configure script.
2011 Mar 28
0
[LLVMdev] [RC3] Status on Cygwin-1.7
On cygwin-1.7, clang and llvm can be built fine through 3 stages.
With --disable-assertions (RC3's default), I saw a few warnings in
llvm/lib/AsmParser/LLParser.cpp with g++-4.3.4.
(and two warnings, PR9515)
...Takumi
$ uname.exe -a
CYGWIN_NT-6.1-WOW64 HEAVEN64 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin
$ gcc --version
gcc (GCC) 4.3.4 20090804 (release) 1
* Stage 1
configured by
2009 Aug 04
1
--delete flag not working on cygwin rsync
Hi
What I am doing is backing up my music folder, the source and dest both
being on the same Win XP Machine. I am running rsync + cygwin. Here is the
command I am running from a batch file:
C:\cygwin\bin\rsync.exe -avvz --delete --stats --progress
"/cygdrive/e/my_music/" "/cygdrive/g/my_music" > music.log
Everything works fine except the --delete flag. It is suppose to