Displaying 20 results from an estimated 9000 matches similar to: "Backing up two trees with corresponding files hard linked"
2005 Sep 04
1
Rsync patch for default ACLs and executability
I wrote a patch for rsync 2.6.6 that changes two things:
(1) When the receiving rsync creates a file in a directory with a
default ACL and `--perms' is off, rsync uses the default ACL instead of
the umask to calculate the new file's permissions. All programs that
just use `open' and don't do an explicit `chmod' are forward-compatible
with default ACLs, but rsync always sets
2005 Oct 13
1
Worrisome race condition involving half-transferred files
Rsync people,
Tell me if I'm wrong, but rsync seems to have a very serious race
condition that would make it risky to transfer files into a directory
writable by someone you don't trust if permissions are going to be
granted to other people on those files.
The rsync receiver creates a half-transferred file with 600 or 700
permissions; then the receiver writes the data and finalizes the
2005 Sep 11
1
Possibility of merging rsync and tar
Hey rsync people,
Here's a really radical idea and a possible future direction for the
rsync project to explore.
It occurs to me that tar and rsync are closely related in their
purposes. "tar -c (blah) | tar -x" can be used to copy files; rsync's
setup with a sender process and a receiver process is strikingly
similar.
The only major conceptual difference is that the rsync
2006 Mar 31
1
logging problem
Yep I tried those two options, and nothing...
Even if the pre-user conf files have a log file in the same directory,
which I touch before trying, messages keep going to syslog... I tried
with 666 permissions on rsyncd.log too just to make sure...
The following is one of the user's conf file, hope theres a clue. Thanks!
log file = /home/pluto/rsyncd.log <<< This is the problem!!
2006 Feb 24
1
get_local_name
Wayne,
I have redone get_local_name again (patch attached), this time to enable
rsync to remove a file to make way for a destination directory; this
resolves the "surprise" noted in David Tonhofer's diagram 2. I also
made it obey --keep-dirlinks when looking for a destination directory
and made various rearrangements. Tell me what you think, and if you
decide to commit my code,
2006 Feb 24
1
Fwd: Re: How to use multiple link-dest directories?
I forward Maynard's suggestions to the list.
-------- Forwarded Message --------
From: Maynard Handley <name99@name99.org>
To: Matt McCutchen <hashproduct@verizon.net>
Subject: Re: How to use multiple link-dest directories?
Date: Thu, 23 Feb 2006 19:31:56 -0800
Great. That's exactly the sort of answer I wanted. I'll try it tonight.
(BTW, I guess maybe it got lost since I
2006 Feb 27
1
Copying many sources to different places inside a destination
Rsync people,
I am preparing to overhaul my Web site's build system, and I am looking
for a convenient way to collect files and directories from various
places on my computer and put them at various locations inside a
destination directory to be posted to my Web site. So far, my script
has been running rsync once for each source, but this is too slow. Is
there a way to get rsync to collect
2005 Dec 06
1
Proposed enhancements to rsync filters
I would like to propose some improvements to rsync's filters.
(1) Add a notation that makes a pattern match both a file and everything
under it if it happens to be a directory. One possibility: ending a
path in //. "+ mydir//" would be equivalent to "+ mydir" "+ mydir/**".
Just some syntactic sugar.
(2) Add a third sender behavior to "hide" and
2006 Jan 17
2
getting "diff" of directory trees
Given two directories "foo" and "fooprime", can I have rsync make a file
or directory "d", that contains the differences between these two
directories such that I can take d and apply it to foo to get fooprime,
or take fooprime and reverse-apply d to it to get foo?
I'm not sure that the --backup and --backup-dir options to rsync will
give me exactly what I want.
2006 Feb 24
0
Improvements to man page for --no-implied-dirs and --keep-dirlinks
Wayne,
Attached is a patch worth of suggested man page improvements for
--no-implied-dirs and --keep-dirlinks. I think new users would find my
explanations clearer and more complete, although you may want to make
additional changes. I regenerated rsync.1 and the patch includes
changes to it, but my yodl is somewhat weird, so I suggest you run yodl
again yourself.
--
Matt McCutchen
2007 Oct 15
0
Fwd: Re: [feature request] Modify --backup option to make backups on source side, too
----- Weitergeleitete Nachricht von digulla@hepe.com -----
Datum: Mon, 15 Oct 2007 16:05:13 +0200
Von: Aaron Digulla <digulla@hepe.com>
Antwort an: Aaron Digulla <digulla@hepe.com>
Betreff: Re: [feature request] Modify --backup option to make
backups on source side, too
An: Matt McCutchen <hashproduct+rsync@gmail.com>
Quoting Matt McCutchen
2006 Feb 08
2
RSYNC via pipe/socket ?
Hello !
I`m trying to find a way to use lzo compression for the data being transferred by rsync.
rsync only supports gzip (or maybe ssh -c, which is also zlib), which gives cpu intensive workload - and
this cannot be exchanged by a commandline param like we have with tar (--use-compress-program=....)
i like to use lzo because it does much faster compression than gzip.
I read the following in
2006 May 02
2
Packages for rsync 2.6.8 with ACLs
Dear rsync people,
I have finally made packages for rsync 2.6.8 with ACL support. You can
download a prepatched source package and RPMs from here:
http://www.kepreon.com/~matt/myrsync/
Or you can use this yum repository:
http://www.kepreon.com/~matt/rpm/
The RPM is called rsync-acl so automatic updating tools will know not to
toss it in favor of plain rsync, but it "Provides" rsync
2006 Jan 22
1
ACL support in rsync 2.6.6
Hi,
Can someone tell me the status of ext3 acl support in rsync?
I saw this post from may 2004 which seems to indicate there
is a patch.
http://lists.samba.org/archive/rsync/2004-May/009466.html
But it still appears that 2.6.6 doesn't have any acl support
included. Is that true?
Does anyone know where to get the latest patch for 2.6.6 if it
even exists?
Thanks
Paul
--
2005 Oct 20
2
Can i prioritize my jobs with RSYNC ?
Suppose we have about 1000 files at location 'A' & 500 files at location 'B'
& we want them to be transmitted to each other (not exactly synchronizing
two location). RSYNC can do that, no issues on that. But i have few
queries further.
My first query:
1. Can we make some sort of queuing procedure alongwith or through RSYNC.
Like in which we can provide priorities to
2005 Oct 21
4
"-signs in rsync as well as in embedded ssh command
Hello,
Today I succesfully transfered some testfile on my local computer with the
following command:
rsync -e "ssh" testfile.txt localhost:receive
I can also succesfully connect with SSH to a remote server through an http proxy
with the following command:
ssh -o "ProxyCommand corkscrew myhttpProxy 8080 targetcomputer.domain 22"
targetcomputer.domain
But I'm so far
2005 Nov 12
1
rsync server service provider
Hi,
I want to backup data from my computer located at home to a server
located anywhere else and accessible through the Internet at any time.
Does anybody know any provider offering a storage service and an rsync
server service ?
Thank you very much for your answer ...
Xav
2005 Sep 29
1
acl support
Hi all,
I try to use rsync with the option --acl but it doesn`t work.
send_acl : sys_acl_get_file(haservices, SMB_ACL_TYPE_ACCESS): Operation not supported
Does my rsync-package don`t support acls or what is going wrong here?
How can I ensure that my rsync version is compiled with acl support?
info: rsync-2.6.2-8 (rpm from sles9)
cheers
Stefan
2005 Oct 17
1
Rsync problem
All
I am having a problem with rsyncing 2 directories in my network. Here is
the situation:
1. I have a directory tree on the 1 server say: SOURCE
2. I have to rsync this directory tree on a backup server, say: Backup
3. This is a huge tree (about 8-9 GB) that grows by about 2-3 % a day.
4. What I did is... I gzipped the tree on a HD and restored it on the backup
server
5. The file permissions
2005 Oct 31
2
rsync + incremental changes files
Hi,
Well, I need the procedure or how to do a full backup of archives to a
directory. Then, do incremental backups in different directories.
For example:
source-dir to dest-dir a full backup.
incremental of sources-dir and differential of backup-dir in `date +%m%h%y`
Then, i should have a full backup in the dest-dir and
incremental+diferential backup in every $DATE directory.
Any ideas?
I try