similar to: rsync --compare-dest creates all dirs and symlinks

Displaying 20 results from an estimated 20000 matches similar to: "rsync --compare-dest creates all dirs and symlinks"

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
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
2019 Apr 30
1
[Bug 13920] New: --max-delete and dirs being replaced by symlinks on source
https://bugzilla.samba.org/show_bug.cgi?id=13920 Bug ID: 13920 Summary: --max-delete and dirs being replaced by symlinks on source Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayne
2009 Jun 12
1
--compare-dest= dir list ?
Hi, I would like to compare a backup dir with a directory list in --compare-dest= but I don't know how to specify this list. If a have only one dir it's ok, but if I have 2 or more dir I have an error ? Here is my script: #!/bin/bash SSH_USER= SSH_HOST= TOBCK=/ EXCLUDES=/root/bckscript/ns200176/excludes LOG=/root/bckscript/ns200176/rsync_$(date +'%Y-%m-%d_%H.%M.S').log
2007 Sep 12
1
Verifying understanding of backup-dir vs compare-dest
Hello, Say one starts with creating an archive rsync work -> archive and periodically (below, i = 1 to N) does rsync --backup-dir=a_<i> work -> archive and rsync --compare-dest=archive work -> b_<i> Then suppose one wants to recover the work directory as it was at time k. Using the b_<i> directories, one would merely merge
2013 Oct 30
1
[Bug 10238] New: --dry-run does not change directory, causes --link-dest failure on symlinks
https://bugzilla.samba.org/show_bug.cgi?id=10238 Summary: --dry-run does not change directory, causes --link-dest failure on symlinks Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at
2018 Aug 13
0
[Bug 13569] New: --link-dest may follow symlinks and failure to hard link a non-regular file is fatal
https://bugzilla.samba.org/show_bug.cgi?id=13569 Bug ID: 13569 Summary: --link-dest may follow symlinks and failure to hard link a non-regular file is fatal Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2005 Oct 17
2
[Bug 3175] it would be nice if --link-dest matched up devices and symlinks too
https://bugzilla.samba.org/show_bug.cgi?id=3175 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1518 is|0 |1 obsolete| | Attachment #1519 is|0 |1 obsolete|
2006 Feb 03
2
warnings on symlinks using link-dest
Hi, I'm using rsync with link-dest to make snapshot like backups into /sawmill/backup/{hostname}/snapshot/{timestamp}/{root} I'm getting warnings that I don't understand... On Fri, Feb 03, 2006 at 05:00:01AM -0000, Cron Daemon wrote: >+ rsync --recursive --links --perms --times --group --owner --devices --numeric-ids --exclude '*.boot' --exclude '*.lock' --exclude
2018 Aug 03
0
BUG: --link-dest may follow symlinks and failure to hard link a non-regular file is fatal
Hi, following the instructions on https://bugzilla.samba.org/createaccount-save.html, I've applied for a bugzilla account at bugzilla-maintenance at samba.org but didn't receive a reply, so I report through this list. With --link-dest the search for a candidate to link from, follows symlinks in directory path components, when the path element is a directory in the source tree but a
2016 Sep 01
2
[Bug 12199] New: multiple link-dest dirs not working
https://bugzilla.samba.org/show_bug.cgi?id=12199 Bug ID: 12199 Summary: multiple link-dest dirs not working Product: rsync Version: 3.0.6 Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brian at
2008 Aug 12
0
rsync -m --compare-dest
On Tue, 2008-08-12 at 19:11 +0800, Thomas Gutzler wrote: > I've recently noticed that running rsync -m --compare-dest creates > empty directories, even though it should be prevented by the -m flag. > Try rsync -avm --compare-dest=/path/to/dir/ /path/to/dir/ foo > and you get a nice copy of the directory structure in foo - with no files in it. > I was wondering if there's a
2008 Jul 29
7
DO NOT REPLY [Bug 5644] New: Option to recheck basis dirs for existing dest files
https://bugzilla.samba.org/show_bug.cgi?id=5644 Summary: Option to recheck basis dirs for existing dest files Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2010 Sep 05
0
DO NOT REPLY [Bug 7664] New: --compare-dest hangs
https://bugzilla.samba.org/show_bug.cgi?id=7664 Summary: --compare-dest hangs Product: rsync Version: 3.0.7 Platform: Other OS/Version: Windows NT Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: francois at synways.com
2010 Sep 05
2
DO NOT REPLY [Bug 7663] New: --compare-dest hangs
https://bugzilla.samba.org/show_bug.cgi?id=7663 Summary: --compare-dest hangs Product: rsync Version: 3.0.7 Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: francois at synways.com QAContact:
2004 Jun 22
1
Multiple --compare-dest args again
Hi all. A while ago (April 15th or so) I posted a patch that allows rsync to take multiple --compare-dest or --link-dest arguments, allowing fetching of files not present in multiple trees. I never got any feedback on it, though, so I'm picking it up again. :) Is there any interest in such a patch at all? Below is the usage example i outlined back then; --start-- [...] Its primary usage is
2013 Dec 02
2
symlink in -R src_dirlist and real dirs on target
Hi folks, I have a bunch of directories to mirror via rsync. I have lots of hardlinked files spread about these directories. Therfore I use -R (--relative) and -H. so far ok but: I create symlinks to the source-directories via script because src-dirs have changing names (date and time of backup) and I want to have constant directory names on target. How can I achieve that? I thought -k
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:
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
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