Displaying 20 results from an estimated 5000 matches similar to: "rsync -m --compare-dest"
2008 Jan 14
2
DO NOT REPLY [Bug 5199] New: Exclusion of source arg ancestor short-circuits recursion
https://bugzilla.samba.org/show_bug.cgi?id=5199
Summary: Exclusion of source arg ancestor short-circuits
recursion
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2004 Aug 06
1
few questions about icecast/ices
On Wed, Jun 26, 2002 at 08:22:18PM +0200, Thomas Gutzler wrote:
> > On Wed, Jun 26, 2002 at 10:08:20AM +0200, Thomas Gutzler wrote:
> >
> > > Can I force a special streamer "foo" always to be heard on a specified
> > > mounpoint "/bar" ?
> >
> > Please rephrase the question im not sure i understand?
>
> OK. Theres a DJ
2004 Aug 06
2
few questions about icecast/ices
On Wed, Jun 26, 2002 at 10:08:20AM +0200, Thomas Gutzler wrote:
> Can I force a special streamer "foo" always to be heard on a specified
> mounpoint "/bar" ?
Please rephrase the question im not sure i understand?
> I found the users.aut, groups.aut and mounts.aut but I'm not really sure
> what they do, or if they do something at all ..
They do. They are
2006 Feb 22
2
Newbie seeks helps ordering ancestors from acts_as_tree
I''m sure this is really obvious but I''m feeling my way here with rails
(and Ruby) and have tried a couple of things without success. So, can
anyone tell me the best way to reverse order the retuen list of
ancestors.
In the controller I have:
@ancestors = @category.ancestors
which returns an array starting at the parent and ending with the root.
When I then loop through the
2008 Jul 29
1
DO NOT REPLY [Bug 5647] New: A way to make earlier --compare-dest dirs hide later ones
https://bugzilla.samba.org/show_bug.cgi?id=5647
Summary: A way to make earlier --compare-dest dirs hide later
ones
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2006 May 10
1
ape comparative analysis query
I've been comparing variables among objects (taxa) related by known
trees, using phylogentically independent contrasts in the ape package,
and want to move on to more complex models e.g. by using gls with
appropriate correlation terms. My trees contain lots of (hard)
polytomies and information about ancestors, which I've been including-
creating fully dichotomous trees by using zero branch
2017 Jun 23
0
Comparing pooled proportions(complication and reoperation rates) of different treatment modalities
Probably the wrong list. R-help is concerned with R programming, not
statistics methodology questions, although the intersection can be
nonempty.
I suggest you post on stats.stackexchange.com instead, which *is*
concerned with statistics methodology questions.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into
2016 Jul 25
2
[Bug 12036] New: Multiple --link-dest, --copy-dest, or --compare-dest flags produce incorrect behavior
https://bugzilla.samba.org/show_bug.cgi?id=12036
Bug ID: 12036
Summary: Multiple --link-dest, --copy-dest, or --compare-dest
flags produce incorrect behavior
Product: rsync
Version: 3.1.2
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component:
2010 Feb 16
0
as_json and self-referential associations
Hi,
I''m using the new(?) as_json methods within a rest api I am working
on.
However I am not sure how you are supposed to, or whether it is
designed to handle multiple variations of association inclusion.
For example I have a model using acts_as_tree, so that each instance
has children and a parent:
class CatalogueCategory < ActiveRecord::Base
acts_as_tree
JSON_ATTRS =
2008 Mar 14
1
Possibile rsync --link-dest or --compare-dest bug
Hi all,
I have just migrated my tooling from version 2.6.9 to 3.0.0.
Unfortunately my script generated an error message during the execution.
Because this command was working perfectly in the previous version I suspect
this could be a bug.
This is the command that I am executing:
rsync -av --link-dest=20080313/ --compare-dest=/data/20080313/ 20080313/
/data/20080314/
It just
2017 Jun 24
2
Comparing pooled proportions(complication and reoperation rates) of different treatment modalities
Note though that this has been put on hold on stats.stackexchange.com as
off-topic.
On 23/06/2017 19:33, Bert Gunter wrote:
> Probably the wrong list. R-help is concerned with R programming, not
> statistics methodology questions, although the intersection can be
> nonempty.
>
> I suggest you post on stats.stackexchange.com instead, which *is*
> concerned with statistics
2007 Dec 03
0
object framework design, part II: COMMUNICATION
COMMUNICATION
Method Invocation
The most common form of communication between an object and one of its
descendants is done by invoking one of the descendant's member
functions. Values can be passed to the descendant using function
arguments and values can be passed back to the ancestor using the return
value of the member function or one of its arguments. It's a regular
function call,
2017 Jun 26
0
Comparing pooled proportions(complication and reoperation rates) of different treatment modalities
What is the best way to change my R code to be able to compare the pooled proportions(complication and reoperation rates) with the Chi square method?
Verstuurd vanaf mijn iPhone
> Op 24 jun. 2017 om 14:18 heeft Michael Dewey <lists at dewey.myzen.co.uk> het volgende geschreven:
>
> Note though that this has been put on hold on stats.stackexchange.com as off-topic.
>
>>
2003 Jul 06
0
compare-dest when DEST contains path component
Hi,
I just noticed that the value of the '--compare-dest' argument is simply
prepended to the DEST argument, even if that has path compnents. For
example with this command:
rsync -a --compare-dest=$comparedest \
remote::something/1/ \
/local/path/to/1/
if the remote 'something' module has a file called '1/2/3/4/file' (which
is going to be mirrored to
2020 Mar 28
0
[klibc:update-dash] dash: expand: Fix multiple issues with EXP_DISCARD in evalvar
Commit-ID: 1285f79afbd9686c78c7815203ecbf3e87a81ff8
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=1285f79afbd9686c78c7815203ecbf3e87a81ff8
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Wed, 12 Sep 2018 14:27:16 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:55 +0000
[klibc] dash: expand: Fix
2016 Feb 09
7
[Bug 11726] New: --copy-links cause rsync to fail with ancestor symlink (..)
https://bugzilla.samba.org/show_bug.cgi?id=11726
Bug ID: 11726
Summary: --copy-links cause rsync to fail with ancestor symlink
(..)
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayned
2005 May 27
0
symlinks and --compare-dest option
Hi all!
I want to sync/copy a tree from a remote system to my local computer.
Let 's say they are completly synced. When I do
rsync remote.computer:/storage /new-storage --compare-dest=/ -a -v
As expected rsync does not copy the files but copies/recreate the
symlinks in the new folder.
Is there a way to suppress this (the creation of the links) when they
are the same?
Tobias
2007 Nov 15
1
--compare-dest not working for me. what am I doing wrong?
Hey.
Can anybody spot my mistake?
mkdir a b c
echo foo > a/test
echo foo > b/test
rsync -av --compare-dest=b a/ c/
Expected results:
no copy of a/test to c/test, since it is already present in b.
Actual results:
a/test gets copied to c/test
What is wrong here? My expectation? my syntax? I'm having the same
trouble with --link-dest, and --copy-dest. The behaviour I'm seeing
2002 Jan 29
1
--compare-dest option
I'm translating rsync.1, and i'm having some problems with the
--compare-dest option description, actually i dont understand the part
which describes the usefulness of this option, it says :
This is useful for doing transfers to a new destination while leaving
existing files intact, and then doing a flash-cutover when all
files have been successfully transferred (for
2004 Jul 03
0
[Bug 1479] New: --compare-dest suppresses output file if same timestamp present
https://bugzilla.samba.org/show_bug.cgi?id=1479
Summary: --compare-dest suppresses output file if same timestamp
present
Product: rsync
Version: 2.5.7
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org