similar to: DO NOT REPLY [Bug 4621] Option to create ancestors of destination, like "mkdir -p"

Displaying 20 results from an estimated 10000 matches similar to: "DO NOT REPLY [Bug 4621] Option to create ancestors of destination, like "mkdir -p""

2009 Dec 16
1
Option to create ancestors of destination, like "mkdir -p
> I agree with everyone else that it would be incredibly useful for rsync to > either adopt such behaviour by default (assuming always doing 'mkdir -p' isn't > harmful in any way), or have a tunable to enable it. I also agree the suggested behavior makes a lot of sense and I think it is a good idea. However, some deployments may rely upon the current behavior. As an
2007 Sep 04
0
DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
https://bugzilla.samba.org/show_bug.cgi?id=4621 ------- Comment #1 from hq4ever@gmail.com 2007-09-04 13:32 CST ------- Hi, I would like to add that I've created a wrapper for rsync to implemented this functionality in the mean time, if/when it will be available via rsync itself. Bash: """ function cp() { # PARAMS: # $1 : What to Sync? # $2 : Where To? #
2008 Jul 12
1
DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
https://bugzilla.samba.org/show_bug.cgi?id=4621 tkessler@ucdavis.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkessler@ucdavis.edu ------- Comment #2 from tkessler@ucdavis.edu 2008-07-12 12:01 CST ------- This would be an EXCEPTIONALLY useful
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 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
2008 Jun 19
7
getDimensions() fails for elements with ancestors with display: none
Prototype v1.6.0.2 If any of an element''s ancestors are hidden, Element.getDimensions() returns misleading values. In order to address this in my own project, I made the following modification: getDimensions: function(element) { element = $(element); var display = element.getStyle(''display''); + var hiddenAncestor = element.ancestors().any(function(e) {
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
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 =
2019 Dec 07
0
Removing folder at destination
Thanks Fabi, et all, I will follow up with your suggestion using ssh for renaming the directories after rsync. I appreciate the help. Freddie On Mon, Nov 25, 2019, 4:00 AM <rsync-request at lists.samba.org> wrote: > Send rsync mailing list submissions to > rsync at lists.samba.org > > To subscribe or unsubscribe via the World Wide Web, visit >
2010 Mar 25
3
rsync give option mkdir -p
Hello how i can use rsync whith mkdir -p for nackup dirs ? when i use rsync / /backup/month/day i need automatic creation month and day dirs. mkdir -p can do that, but rsync can't
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,
2011 May 24
3
[Bug 8162] New: MKDIR Fail
https://bugzilla.samba.org/show_bug.cgi?id=8162 Summary: MKDIR Fail Product: rsync Version: 3.0.7 Platform: x86 OS/Version: Linux Status: NEW Severity: blocker Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: yannick at magikdo.com QAContact: rsync-qa at
2008 Jan 30
2
--partial replaces destination file on interrupted transfer
I had a case where I was using the --partial option (client is running rsync-pre5, server daemon is rsync-pre8). The transfer was interrupted and the partially transferred file replaced the destination file on the server. My understanding is that the partially transferred file would be kept but it would not replace the destination file...that is, both files would be kept so that rsync could pick
2023 Jun 24
0
copy to destination only new files
You're probably right.? I've spent too much time on this and it's not working so.....I quit. ------------------------------------------------------------------------ *From:* Robin Lee Powell [mailto:rlpowell at digitalkingdom.org] *Subject:* copy to destination only new files *Date:* Saturday, June 24, 2023 at 1:14 AM *To:* . *Cc:* rsync at lists.samba.org > That's how rsync
2005 Dec 30
1
DO NOT REPLY [Bug 3362] New: Add option to normalize Unicode filenames
https://bugzilla.samba.org/show_bug.cgi?id=3362 Summary: Add option to normalize Unicode filenames Product: rsync Version: 2.6.7 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: mike@big.faceless.org
2012 Aug 28
1
[PATCH hivex] maint: remove unnecessary mkdir -p
Does hivex have a trivial-patch policy? >From e23c45a2f813ac29b022faa9112c1977b651862f Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Tue, 28 Aug 2012 17:34:26 +0200 Subject: [PATCH hivex] maint: remove unnecessary mkdir -p * ocaml/Makefile.am (install-data-hook): Remove unneeded mkdir -p. It's job is handled by the very next mkdir -p. ---
2005 Dec 30
1
DO NOT REPLY [Bug 3363] New: rsync gets stuck on first file
https://bugzilla.samba.org/show_bug.cgi?id=3363 Summary: rsync gets stuck on first file Product: rsync Version: 2.6.6 Platform: x86 OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: domulys@umich.edu QAContact:
2008 Dec 10
2
[LLVMdev] dyn_cast really doesn't like multiple inheritance
Been having a bit of a problem with dyn_cast: Suppose I have a class A that inherits from two base classes, both of which support dyn_cast. In order to use dyn_cast on A, I need to do a bunch of extra work: 1) Since dyn_cast uses reinterpret_cast rather than static_cast, the pointer value won't get adjusted by the cast operation, making the pointer invalid. I end up having to redefine
2018 Feb 27
0
mkdir -p, cp -R fails
Dear all, I identified the source of the problem: if i set "server.root-squash on", then the problem is 100% reproducible, with "server.root-squash off", the problem vanishes. This is true for glusterfs 3.12.3, 3.12.4 and 3.12.6 (haven't tested other versions) best wishes, Stefan -- Dr. Stefan Solbrig Universit?t Regensburg, Fakult?t f?r Physik, 93040 Regensburg,
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