Displaying 20 results from an estimated 1400 matches similar to: "--link-dest when target and compare_dir both have file"
2003 Jun 03
1
Rsync: --link-dest when target and compare_dir both have file
On Mon, Jun 02, 2003 at 03:32:04PM -0700, Michael Rubel wrote:
> Hi J.W.,
>
> Please pardon this intrusion on your private address; the rsync list seems
> to be down (no messages since yesterday), so I'm forwarding this directly
> to you. If you'd rather wait until the list restarts, that's fine too.
I'm CCing the list.
>
> Best regards,
> Mike
>
2008 Dec 22
1
rsync --link-dest option with the destination directory containing old files.
Way back:
> > ---------- Forwarded message ---------- Date: Mon, 2 Jun 2003
> > 09:56:50 -0700 (PDT) From: Michael Rubel <mrubel at
> > galcit.caltech.edu> To: rsync at lists.samba.org Subject:
> > --link-dest when target and compare_dir both have file
> >
> > Hi J.W. et al,
> >
> > Kevin Everets was kind enough to inform me about some
2003 Jan 03
1
[Fwd: Re: rsync windows -> unix still hanging :(]
Author of the message didn't include rsync@lists.samba.org in the reply,
and I think this message is in topic.
-------- Original Message --------
Subject: Re: rsync windows -> unix still hanging :(
Date: Mon, 30 Dec 2002 17:24:47 -0800
From: Jim Kleckner <jek_subs@kleckner.net>
To: Mike Rubel <mrubel@galcit.caltech.edu>
CC: cygwin@cygwin.com
References:
2002 Apr 09
0
possibly new rsync trick: rotating snapshots
I wouldn't worry about users reading each others files, either, if you
give each his own module, password-protected.
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
2003 Mar 24
1
Rsync snapshots problem.
From:
http://lists.samba.org/pipermail/rsync/2002-December/009101.html
>Well, I followed this link:
http://www.mikerubel.org/computers/rsync_snapshots/
>
>and implemented it (with a bit of tweaking) on my home network. It is
>used to make snapshots of two Windows PC's over samba. On one of the
>machines (and not the other, from what I can tell) it deletes files from
>the
2002 May 22
2
rsyncing read-only files
Hi guys, I have a simple question regarding using rsync when one has
read-only files on the src machine. My situation is the following:
I have two machines, call then A and B. I'm using rsync on B to download
from A (I'm running rsync in daemon mode on A from inetd.conf). The rsyncing
on B works fine except for one problem: when I run rsync on B to do the
downloading from A, I get
2003 Jan 03
0
[Fwd: Re: rsync windows -> unix still hanging :(]
Author of the message didn't include rsync@lists.samba.org in the reply,
and I think this message is in topic.
-------- Original Message --------
Subject: Re: rsync windows -> unix still hanging :(
Date: Mon, 30 Dec 2002 16:10:32 -0800
From: Jim Kleckner <jek-cygwin@kleckner.net>
To: Mike Rubel <mrubel@galcit.caltech.edu>, cygwin@cygwin.com
Mike -
Greger Cronquist and I
2003 Dec 30
1
rsync 2.5.7 link-dest seems broken
Hi --
I'm experiencing problems when using rsync between two different machines.
Details follows:
Both machines are running 2.4.23, rsync versions on both are identically
configured versions of 2.5.7:
rsync version 2.5.7 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks,
2003 Oct 22
1
rsync --dry-run --link-dest problem
I am trying to use rsync for making snapshots, sharing hardlinks at
the destination using the --link-dest option. In conjunction with
this, I would like for --dry-run to report some reliable-ish number
for how much space it is going to consume at the destination so that I
can arrange to free such space prior the launching rsync "for effect".
Right now, that isn't working:
#
2005 Jul 15
2
[Bug 2873] Including username and hostname in both source and dest fails
https://bugzilla.samba.org/show_bug.cgi?id=2873
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From wayned@samba.org 2005-07-15 11:58
2010 Feb 10
8
DO NOT REPLY [Bug 7123] New: Use both old dest file and partial file as basis data
https://bugzilla.samba.org/show_bug.cgi?id=7123
Summary: Use both old dest file and partial file as basis data
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: matt at
2007 Jul 03
1
xattrs with --link-dest inconsistancy
Hello.
On May 22, someone reported that xattrs don't work right with --link-dest
on rsync 3.0.0cvs:
http://lists.samba.org/archive/rsync/2007-May/017768.html
I've run into the same problem, but on Red Hat Enterprise Linux 5:
# rsync --version
rsync version 2.6.8 protocol version 29
Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.
<http://rsync.samba.org/>
2003 Sep 27
1
Option --link-dest creates unexplained subdirectory
The following backup script works fine for test cases but for
doing a backup of 750 MB, the directory daily.1 has
a subdirectory daily.0, that is, there is
daily.1/daily.0
daily.2/daily.1
daily.3/daily.2
The directory daily.0 has nothing strange, no unusual links
at the top level neither hard or soft.
Also, the original directory has not unusual links.
All directories are in the same
2004 Mar 09
0
link-dest
System is current Debian stable with rsync version:
* rsync version 2.6.0 protocol version 27
* Capabilities: 64-bit files, socketpairs, hard links, symlinks,
* batchfiles, IPv6, 64-bit system inums, 64-bit internal inums
*
* Modified for Debian to have --bwlimit-mod, a variation on the --bwlimit
* algorithm.
I have noticed that --link-dest only seems to work for me if I'm using an
2002 Apr 22
3
no output from perl script
Here is the first Perl script I've tried to write to run rsync. It seems to
work, but I don't see the progress like I should. I apologize if it's
sloppy, I should add that it's not only the first perl script I've written
for rsync, it's the first perl script I've written at all.
___________________________
#!/usr/bin/perl -w
print "
This command will DELETE
2010 Apr 16
4
DO NOT REPLY [Bug 7368] New: Support --link-dest when receiving from a old version
https://bugzilla.samba.org/show_bug.cgi?id=7368
Summary: Support --link-dest when receiving from a old version
Product: rsync
Version: 3.0.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy:
2004 Jan 26
1
--link-dest not working with rsync daemon?
I am puzzled as to why I can't get the option --link-dest to work
properly. When I use this option when both source and destinations are
on a local filesystem the hard-linking of the target against the
link-dest directory does work, but when the source is a remote directory
(via ssh or rsync server) hard links are not created. I suspect it has
something to do with setting the correct
2005 Apr 23
1
--link-dest / --hard-links problem
I've looked around for a bug report on this problem and haven't seen one, so I
apologize if this has already been discussed.
I have a homegrown script which uses rsync to maintain daily backups of roughly
twenty Redhat Linux systems running RH 7.2, 7.3, AS 3, and AS 4. As there are
files with multiple links on the source systems, it is necessary to call rsync
using the -H (--hard-links)
2007 May 22
0
xattrs with --link-dest inconsistancy
I performed this test on a Powerbook G4 (PPC) using Mac OS X version
10.4.9 with
rsync version 3.0.0cvs protocol version 30.PR3
Copyright (C) 1996-2007 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
2018 Oct 16
0
[Bug 13656] New: --link-dest target with symbolic links from different user produces unnecessary error
https://bugzilla.samba.org/show_bug.cgi?id=13656
Bug ID: 13656
Summary: --link-dest target with symbolic links from different
user produces unnecessary error
Product: rsync
Version: 3.1.3
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: