Displaying 11 results from an estimated 11 matches for "miklavec".
Did you mean:
miclave
2008 Feb 01
0
rsync Digest, Vol 62, Issue 1
...ng, read: http://www.catb.org/~esr/faqs/smart-questions.html
---------------------------------------
Today's Topics:
1. Re: OS X xattr troubles (was Re: --exclude patterns)
(Mike Bombich)
2. Re: rsync-ing from two locations with same filenames (at
different versions) (Mojca Miklavec)
3. Re: rsync-ing from two locations with same filenames (at
different versions) (Matt McCutchen)
4. Re: rsync-ing from two locations with same filenames (at
different versions) (Mojca Miklavec)
----------------------------------------------------------------------
Message: 1
D...
2007 Nov 08
1
problems with permissions on windows
Hello,
I'm using cwRsync on windows (I've tried a few alternatives, like
Delta for example, but all of them behave equally (bad) in my case -
they set really weird permissions on binaries - I don't know which
ones exactly, but binaries cannot be executed).
I have a linux server with binaries for different platforms. When I
rsync (copy) linux binaries to linux, or copy mac binaries
2008 Feb 06
1
Statistics about rsync "downloads" from server
Hello,
we're running an rsync on a server and would like to know how many
people are downloading (sinchronizing) the files from server
(something like a list with "timestamp, IP, exact request, bytes
transferred"). What is the easiest way to do it? I have tried to
search for "rsync statistics", but that's a bad choice to ask a search
engine for.
Thanks a lot.
Mojca
2008 Aug 14
0
cwrsync & uppercase letters
Hi,
Le 14 ao?t 08 ? 12:36, Mojca Miklavec a ?crit :
> On Thu, Aug 14, 2008 at 12:13 PM, Mac User FR <macuserfr@free.fr>
> wrote:
>> With the patched UTF8 cygwin ( http://www.okisoft.co.jp/esc/utf8-cygwin/
>> ),
>> it works like a charm for us, with spaces and uppercases. I just
>> had to set
>&...
2014 Jun 14
1
rsync compilation may find the system zlib before the included one
Hi,
I'm trying to compile rsync 3.1.1pre2 on OS X with CFLAGS=-I/opt/local/include.
The consequence of this is that rsync fails to build:
/usr/bin/clang -I. -I. -pipe -Os -I/opt/local/include -arch x86_64
-DHAVE_CONFIG_H -Wall -W -I./zlib -I/opt/local/include -c token.c -o
token.o
token.c:420:26: error: use of undeclared identifier 'Z_INSERT_ONLY'
r =
2007 Nov 19
1
rsync-ing from two locations with same filenames (at different versions)
Hello,
I would like to have a full repository, say, holding files
full/a.txt (version 1)
full/b.txt (version 1)
full/c.txt (version 1)
and a repository of updates, for example
new/b.txt (version 2 - newer)
Then, I would like to call
rsync [flags] new/ full/ destination
to get
destination/a.txt (v.1)
destination/b.txt (v.2)
destination/c.txt (v.1)
This simple case works
2008 Mar 12
2
(cw)rsync 3.0.0 incompatible with 2.6.9
Hello,
This seems like rather serious issue to me.
I have updated the windows binary for rsync to 3.0.0 (cwrsync), and
now I get the following error:
receiving file list ... rsync: on remote machine: --iconv=.: unknown option
rsync error: requested action not supported (code 4) at clientserver.c(685) [sen
der=2.6.9]
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync
2008 Jul 01
14
rake aborted! Could not find table ...
I am getting a rake aborted error and I suspect that I am missing a
package on my system since the app works for a friend on this
computer.
Here is the terminal output of the error:
anita@anitas-computer:~/sandbox/shovell$ rake db:migrate
(in /home/anita/sandbox/shovell)
rake aborted!
Could not find table ''stories''
(See full trace by running task with --trace)
2008 Mar 12
0
Uppercase directories on windows don't work
Hello,
I'm using cwrsync. After a long time of trying to figure out what went
wrong, I have spotted that
cd Uppercase
rsync -av rsync://remote/files test
works OK,
rsync -av rsync://remote/files /cygdrive/c/lowercase/test
works OK,
rsync -av rsync://remote/files /cygdrive/c/Uppercase/test
works if remote doesn't include any subfolders, but
rsync -av
2008 Jul 16
0
In place editing for non-standard values
I would like to add in-place editing functionality to my application,
but I fetch & store the data from/into a weird source that requires some
transformations to be done before displaying & storing the content.
A slightly (over)simplified example could be the following.
Assume that I have a table "data" with two columns:
id name
-- ----
1 XX
2 XXXX
3 XXX
show.html.erb
2007 Mar 18
0
an application fails to work with wine 0.9.30
Hello,
I'm using fink unstable (from CVS) on an Intel Mac.
An application (http://appdb.winehq.org/appview.php?iAppId=3042) which
worked OK on linux (when I still had it) and which worked OK until I
updated the wine with fink, fails to work now, but is pretty important
for me.
This shows me: