Rsync patch for default ACLs and executability

2005-09-03 Thread Matt McCutchen
. The patch is attached. If you're interested in these features, please test it and tell me if you have any problems with it. I request that the patch be included in the `patches' directory of the next release of rsync if it is found to work correctly. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED

Possibility of merging rsync and tar

2005-09-11 Thread Matt McCutchen
source and sink in the same process are likely to help for local transfers. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

Re: Rsync patch for default ACLs and executability

2005-09-27 Thread Matt McCutchen
convinced myself that any attempt to get rsync to observe default permissions cleanly and correctly in all cases is doomed to failure due to the many chmod calls it uses. Oh well. Perhaps the fancy pluggable tar/rsync program, if it is ever written, could do better. -- Matt McCutchen, ``hashproduct

Re: acl support, etc.

2005-10-01 Thread Matt McCutchen
support. Files with acls were transfered but the acls of direcotries don`t! Is it not possible to transfer acls of diretories? Directory ACLs seem to transfer fine with rsync 2.6.6. Try a newer version of rsync. Yay! I'm not the only ACL fanatic! -- Matt McCutchen, ``hashproduct'' [EMAIL

Proposed enhancement: --rewrite-symlinks

2005-10-05 Thread Matt McCutchen
symlink is broken and/or whether the destination symlink would be broken if it weren't rewritten. Obviously, there's no way to symlink to another computer, so rewriting symlinks only makes sense for local transfers. Thoughts on this? -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http

Re: files are copied but setting time stamp fails

2005-10-12 Thread Matt McCutchen
want to preserve times, you should change either the user running rsync or the user owning all the files on the partition so that they match, or you should use a different filesystem. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe

Worrisome race condition involving half-transferred files

2005-10-13 Thread Matt McCutchen
uses paths from the top of the transfer for just about everything makes me suspect there might be other similarly dangerous race conditions. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org

Re: Worrisome race condition involving half-transferred files

2005-10-14 Thread Matt McCutchen
, I might actually be editing my ~/.bashrc...discomforting thought. To deal with this, Linux filesystems need restrictions on hard-linking and some kind of optimistic locking. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change

Re: Rsync problem

2005-10-17 Thread Matt McCutchen
it conclude all the files match and change the times at the destination to match the source. Future transfers would see the matching times and skip unchanged files. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https

Re: rsync through multiple ssh hops with password authentication prompt

2005-10-19 Thread Matt McCutchen
computer from a computer on my school's network via an intermediary on that network. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: rsync through multiple ssh hops with password authentication prompt

2005-10-19 Thread Matt McCutchen
connections without a terminal at which the user can input the password, which is why there are alternate techniques like this one, public key authentication, and ssh-agent. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change

Re: rsync through multiple ssh hops with password authentication prompt

2005-10-19 Thread Matt McCutchen
the one above, and successfully accessed one of my school's machines via forwarded SSH. Good luck! I'm hoping this will prove to be the solution! -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https

Re: Can i prioritize my jobs with RSYNC ?

2005-10-20 Thread Matt McCutchen
to know , is it possible for RSYNC to transmit more than 1 files at a same time ? No. If you want to transmit several files at once, use multiple rsyncs, but be careful that several rsyncs don't work on the same file at once. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http

Re: -signs in rsync as well as in embedded ssh command

2005-10-21 Thread Matt McCutchen
command. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync through multiple ssh hops with password authentication prompt

2005-10-21 Thread Matt McCutchen
forwarding version. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync through multiple ssh hops with password authentication prompt

2005-10-21 Thread Matt McCutchen
On Fri, 2005-10-21 at 10:04 -0400, Matt McCutchen wrote: ~/.ssh/config: Host target ProxyCommand ssh middle nc %h %p Apparently, ssh uses a SIGHUP to tell the ProxyCommand that it is finished with the connection. If nc is used as the proxy, it understands the SIGHUP as a request

Re: rsync through multiple ssh hops with password authentication prompt

2005-10-27 Thread Matt McCutchen
. :) -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync through multiple ssh hops with password authentication prompt

2005-10-27 Thread Matt McCutchen
. Incidentally, I set up SSH on my machine to prefer password authentication to keyboard-interactive authentication; now the password prompt shows the target user and host. Thanks, Carson! -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe

Re: rsync when working on both sides...

2005-10-30 Thread Matt McCutchen
/unison/ -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ msync Description: application/shellscript msync-rm Description: application/shellscript -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

Re: rsync + incremental changes files

2005-10-31 Thread Matt McCutchen
. Rsync decides not to transfer a source file's data if the destination file matches in size and modification time. Is there something strange about the filesystem on either end that could be preventing this match? For example, FAT can only store modification times with even numbers of seconds. -- Matt

Re: How rsync performs synchronization

2005-11-06 Thread Matt McCutchen
and compared. --checksum makes the quick check compare MD4sums of the files; since all files must be read completely to compute the checksums, it isn't clear to me how this is better than --ignore-times. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct

Possible ways to increase performance of rsync

2005-11-08 Thread Matt McCutchen
transferring of real data begins. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Consider implmenting a --move or --delete-sent option?

2005-11-09 Thread Matt McCutchen
regular files and symbolic links that do not exist or differ on the receiver (i.e. those that actually had to be sent). I would also like an option that removes every file in the transfer from the sender, whether or not it was updated on the receiver. -- Matt McCutchen, ``hashproduct'' [EMAIL

Re: Consider implmenting a --move or --delete-sent option?

2005-11-09 Thread Matt McCutchen
of what I was hoping for. It deletes all regular files, but it does not delete symlinks that are matched on the receiver or files of any other type (most notably directories). The precaution of disabling the quick check is nice, but it should also be possible to leave the quick check on. -- Matt

Re: rsync server service provider

2005-11-12 Thread Matt McCutchen
with SSH; you may be able to run a personal rsync daemon (but many of these services restrict background processes), or you could just have rsync use SSH transport when you want to back something up. A list of services: http://www.ductape.net/~mitja/freeunix.shtml -- Matt McCutchen

Re: Rsync, subversion and directories

2005-11-12 Thread Matt McCutchen
to move it to the backup machine and then check it in somehow. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: doubt regarding rsync password file

2005-11-27 Thread Matt McCutchen
-file can only be used to give a password to an rsync daemon, not to SSH. If you want to use SSH without a password, set up public key authentication; see ssh-keygen. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options

Re: Permissions problem I don't understand

2005-11-30 Thread Matt McCutchen
://hashproduct.metaesthetics.net/myrsync/ However, I'm not sure if you would want to trust it for your backups until it is better tested. Alternatively, you can remove the magic read-only flag from the offending folders (attrib -R at a DOS prompt), but this has a slight chance of confusing Windows. -- Matt McCutchen

Re: ftp:// error

2005-12-02 Thread Matt McCutchen
ago on the list, people were doing essentially this but over NFS and wondered why the send-the-differences algorithm didn't seem to be reducing I/O. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https

Re: parallel tree recursion

2005-12-02 Thread Matt McCutchen
significant work to implement this. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: SRC=/, include a few directories and exclude everything else

2005-12-06 Thread Matt McCutchen
this command: cd / rsync --relative Documents and Setting/WinUser/{My Documents,Start Menu,Recent,Application Data/Mozilla,Application Data/Thunderbird} backup/ This will create /backup/Documents and Setting/WinUser/My Documents and so forth. -- Matt McCutchen

Proposed enhancements to rsync filters

2005-12-06 Thread Matt McCutchen
behavior is probably appropriate if the applicable filter had the new d modifier, but I'm not sure what is best in other cases. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo

Re: rsync deleting symbolic link unexpectedly

2005-12-20 Thread Matt McCutchen
, the sending rsync pretended its symlink was a real directory, and since you didn't give -K/--keep-dirlinks, the receiving rsync turned its symlink into a real directory to match. -L overrides -l. Take out -L and it should work. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http

Re: Permission problem with rsync in daemon mode

2005-12-28 Thread Matt McCutchen
to match netegrity: rsync ... [EMAIL PROTECTED]::netegrity/* /users/jon/test/ -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

RE: double / on --exclude flag cuse the path not to be excluded

2005-12-28 Thread Matt McCutchen
since this folder does not match the double slashes in the exclude pattern. This is not a bug. If, in writing a script, you need double-slash exclude paths to match (single-slash) files, run the exclude paths through sed -re 's./+./.g' or similar before passing them to rsync. -- Matt McCutchen

Re: rsync of file list

2006-01-15 Thread Matt McCutchen
specified in the /path/file-list file that was located on the remote src host. Now, here's something I'm wondering: is there a way, given a list of unrelated (source, destination) pairs, to copy each source to the corresponding destination in a single run of rsync? -- Matt

Re: getting diff of directory trees

2006-01-17 Thread Matt McCutchen
foo to fooprime and one that converts fooprime to foo. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Backing up two trees with corresponding files hard linked

2006-01-19 Thread Matt McCutchen
situations like my two hard-linked trees? -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: ACL support in rsync 2.6.6

2006-01-22 Thread Matt McCutchen
without -p, consider my custom rsync, which is available at: http://mysite.verizon.net/hashproduct/myrsync/ There are plans to include default ACL observance in the ACL patch for the official rsync 2.6.7. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net

Re: help with uninstalling rsync

2006-01-25 Thread Matt McCutchen
, copy these three files from the build directory to /usr/bin and /usr/man or similar. To uninstall rsync, delete the three files from those places. That's all there is to it. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change

Re: propagate atimes with rsync-2.6.6

2006-01-26 Thread Matt McCutchen
and then act accordingly. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

RE: How to rsync PULL multiple files/dirs

2006-01-27 Thread Matt McCutchen
the script to work, send the whole script. -- Matt McCutchen, ``hashproduct'' [EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: --files-from and --delete mutually exclusive?

2006-01-30 Thread Matt McCutchen
else like this? + /foo/ + /foo/bar/ + /foo/bar/baz + /foo/extra + /bar/ + /bar/another - ** -- Matt McCutchen [EMAIL PROTECTED] http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: Reading for area during rsync

2006-01-30 Thread Matt McCutchen
it. -- Matt McCutchen [EMAIL PROTECTED] http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Reading for area during rsync

2006-01-31 Thread Matt McCutchen
in a file's modtime to complete (i.e. until the system clock has moved on to the next second) before beginning to read that file! There are some complications with modtimes set in the future, though. -- Matt McCutchen [EMAIL PROTECTED] http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change

Re: Script Needed! Will pay

2006-02-02 Thread Matt McCutchen
-from=my-list [EMAIL PROTECTED]:/ / where file my-list in your working directory contains: /etc/group /etc/domainalias [etc. -- no pun intended] -- Matt McCutchen [EMAIL PROTECTED] http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https

Re: RSYNC via pipe/socket ?

2006-02-08 Thread Matt McCutchen
, but much of the metadata must still go over the wire during the creation of the batch file. See the man page for details. -- Matt McCutchen [EMAIL PROTECTED] http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

The ACL patch now patches autom4te.cache files!

2006-02-09 Thread Matt McCutchen
this is an undesired side effect of the improvements to verify-patches. -- Matt McCutchen [EMAIL PROTECTED] http://mysite.verizon.net/hashproduct/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: a few basic questions

2006-02-15 Thread Matt McCutchen
no encryption of its own, but if you transfer over SSH, SSH encrypts the entire rsync data stream. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

Re: a few basic questions

2006-02-15 Thread Matt McCutchen
SSH using -e/--rsh; the default is to talk to the daemon directly without a remote shell. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs

Re: exclude all but specifice files in dir

2006-02-15 Thread Matt McCutchen
everything else other than what was explicitly included. Can I do something that is isolated to ~/.kde? How about - /.kde** ? That will exclude anything under .kde that is not matched by an earlier include rule. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net

Re: reducing I/O and system load

2006-02-16 Thread Matt McCutchen
-- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync files with certain mtime

2006-02-17 Thread Matt McCutchen
/ -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Rsync 2.6.7pre2 released

2006-02-19 Thread Matt McCutchen
2.6.7pre2 for ACLs, configured, compiled, and ran the test suite without a hitch. Looks good! -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ signature.asc Description: This is a digitally signed message part -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: Rsync help needed...

2006-02-22 Thread Matt McCutchen
will read each changed file once to compute the checksum and again to transfer it, so the disk hit increases. Someone correct me if I am mistaken about how incremental transfer and --checksum work. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe

Re: Rsync help needed...

2006-02-23 Thread Matt McCutchen
containing directory when --perms is disabled. Although this situation is extremely rare, it might be nice if rsync-acl loaded an existing destination file's access ACL along with its permissions in the dest_mode function. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net

Improvements to man page for --no-implied-dirs and --keep-dirlinks

2006-02-23 Thread Matt McCutchen
to it, but my yodl is somewhat weird, so I suggest you run yodl again yourself. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ Index: rsync.1 === RCS file: /cvsroot/rsync/rsync.1,v retrieving revision 1.370 diff -u

Re: How to use multiple link-dest directories?

2006-02-23 Thread Matt McCutchen
... Keep in mind that relative paths to --link-dest directories are interpreted starting at the destination directory. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Include Exclude .. a canonical way

2006-02-23 Thread Matt McCutchen
that the traverse sender filters I proposed would handle. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Illustration showing the rsync SRC and DEST args

2006-02-23 Thread Matt McCutchen
its identity by responding to a challenge from the server using ssh_id_key. I'm sure your diagrams will be well appreciated. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

get_local_name

2006-02-23 Thread Matt McCutchen
various rearrangements. Tell me what you think, and if you decide to commit my code, please double-check it first. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ Index: main.c === RCS file: /cvsroot/rsync

Fwd: Re: How to use multiple link-dest directories?

2006-02-23 Thread Matt McCutchen
I forward Maynard's suggestions to the list. Forwarded Message From: Maynard Handley [EMAIL PROTECTED] To: Matt McCutchen [EMAIL PROTECTED] 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

Re: Rsync help needed...

2006-02-24 Thread Matt McCutchen
already brought down the transfer time significantly in your earlier test; I bet --inplace will cut the time another 20-40% or so. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

Re: --min/max-size affects only transfer, not --delete, why?

2006-02-24 Thread Matt McCutchen
sed to turn the filenames into protect filters (P /foo), and pass the filters to rsync. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr

Re: rsync through a server storing the changes, time delayed rsync

2006-02-24 Thread Matt McCutchen
the data on your computer, while zero-length files on the server will match mtimes with (and not overwrite) real files on your computer. Every so often, truncate the files on the server back to zero length after you download. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net

Re: Rsync help needed...

2006-02-24 Thread Matt McCutchen
will wait for several network round trips per file. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: preventing rsync transfers

2006-02-24 Thread Matt McCutchen
(as I have just suggested in bug 3554), you could use several daemons with the same pid file. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr

Re: Why this doesn't work??

2006-02-25 Thread Matt McCutchen
on my computer. Keep in mind that rsync will not actually modify the destination until you take away the -n (--dry-run). -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

Re: Include Exclude .. a canonical way

2006-02-25 Thread Matt McCutchen
On Sat, 2006-02-25 at 10:27 -0600, Harry Putnam wrote: Matt McCutchen [EMAIL PROTECTED] writes: rsync --exclude=/.kde* --relative ~/./ \ ~/./.kde3.5/share/apps/konqueror/bookmarks.xml dest/ Nice, but what else might the --relative inclusion do? I remember some time

Re: Include Exclude .. a canonical way

2006-02-25 Thread Matt McCutchen
to rsync experimentation; an assortment of source and destination directories has accumulated inside it as I have investigated various behaviors and issues. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: rsync through a server storing the changes, time delayed rsync

2006-02-25 Thread Matt McCutchen
. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ sisync Description: application/shellscript -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Dynamic hash table size (with static has load)

2006-02-26 Thread Matt McCutchen
at the beginning to take advantage of inter-file block matches. But that's for version 10 or something. :) -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

Re: Rsync help needed...

2006-02-27 Thread Matt McCutchen
their attributes. It leaves alone any other files that might be in src/b, src/b/d, dest/b, or dest/b/d; even if --delete is given, it does not delete anything. Search the man page for --files-from for more information: http://rsync.samba.org/ftp/rsync/nightly/rsync.html -- Matt McCutchen [EMAIL

Copying many sources to different places inside a destination

2006-02-27 Thread Matt McCutchen
. Then these two calls would be equivalent: rsync -r foo/src bar/othersrc dest/ rsync -r -RR foo/src src bar/othersrc othersrc dest/ as would these: rsync -r -R foo/src bar/./othersrc dest/ rsync -r -RR foo/src foo/src bar/othersrc othersrc dest/ -- Matt McCutchen [EMAIL

Re: Copying many sources to different places inside a destination

2006-02-28 Thread Matt McCutchen
sound too hard; I might try to implement it. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Rsync help needed...

2006-02-28 Thread Matt McCutchen
problems with this? That should work fine; that is exactly how --files-from is typically used. Note that rsync looks for dbf-list on the computer on which you are starting rsync; if dbf-list is on the other computer, use --files-from=:dbf-list to indicate this. -- Matt McCutchen [EMAIL PROTECTED

Re: Rsync help needed...

2006-02-28 Thread Matt McCutchen
all the filenames and invoke rsync once overall with --files-from, you can reduce the overhead of SSH-ing and setting up the rsync process triangle. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: rsync of file list

2006-03-01 Thread Matt McCutchen
word of memory per file-list entry. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Copying many sources to different places inside a destination

2006-03-01 Thread Matt McCutchen
On Tue, 2006-02-28 at 18:11 -0500, Matt McCutchen wrote: This doesn't sound too hard; I might try to implement it. Never mind! I doubt I would be able to deal with all the string allocation issues, change what the sender sends, and figure out what all the existing references to file-dirname

Re: Rsync 2.6.7pre3 released

2006-03-02 Thread Matt McCutchen
would like to snag a pre-ACLed rsync: http://hashproduct.metaesthetics.net/myrsync/ Wayne, please consider mentioning this area on the official rsync site as one unofficial source of rsync with ACLs. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe

Re: reducing I/O and system load

2006-03-03 Thread Matt McCutchen
set up a fancier system with configurable capabilities backed by setuid. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: Sent larger than literal

2006-03-12 Thread Matt McCutchen
of files. The file list, the literal data, and the relatively small block-matching data are all being sent, so it is plausible that they make up 6457999 bytes when compressed. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https

Re: rsync a raw device

2006-03-16 Thread Matt McCutchen
code operates as it would for inplace). -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: transfer files only once

2006-03-21 Thread Matt McCutchen
but keep local changes. If new cases such as not overwriting files modified on host B arise, consider using Unison or even a version control system. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: Versioning in rsync

2006-03-21 Thread Matt McCutchen
On Fri, 2006-03-17 at 15:12 +0100, W wrote: I've seen that there were few ideas to build versioning in rsync, but I could not find anything about it in rsync's TO-DO list. I haven't heard of any versioning support. What exact capability are you referring to? -- Matt McCutchen [EMAIL PROTECTED

Re: exclude open file in backup with rsync

2006-03-22 Thread Matt McCutchen
in question, in which case if the writer takes a write lock, rsync's reading will be delayed until the writing finishes. To simply exclude open files, you could run fuser on all the files and translate the results into exclude rules, but files might open and close after rsync starts. -- Matt McCutchen

Re: Help -- rsync Causing High Load Averages

2006-03-30 Thread Matt McCutchen
individual files are larger than a gigabyte or so, Shachar Shemesh's dynamic hash patch may improve performance significantly. I recommend you try an rsync with that patch. To build one, extract the rsync source package, run patch -p1 patches/dynamic_hash.diff, configure, and make. -- Matt McCutchen

Re: lgging problem

2006-03-31 Thread Matt McCutchen
log files and specify their locations in the per-user rsyncd.confs. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: logging problem

2006-03-31 Thread Matt McCutchen
module1 from mattlaptop (127.0.0.1) Mar 31 12:20:44 mattlaptop rsyncd[9157]: rsync on module1/ from mattlaptop (127.0.0.1) Mar 31 12:20:44 mattlaptop rsyncd[9157]: sent 78 bytes received 82 bytes total size 0 -- Matt McCutchen [EMAIL PROTECTED] http

Re: Versioning in rsync

2006-03-31 Thread Matt McCutchen
and rotate three separate backup dirs. In fact, rsnapshot does just this. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: rsync and BSD file flags

2006-04-01 Thread Matt McCutchen
behavior is inconsistent with that of every other utility)? First, it would be prudent to check that an rsync patched but not configured for ACLs is built from the same preprocessed code as one not patched for ACLs. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net

Re: Make rsync exclude subversion working directories

2006-04-02 Thread Matt McCutchen
so that a single exclude rule can match them all. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsyncd.secrets

2006-04-03 Thread Matt McCutchen
, generate a key pair on your machine with ssh-keygen and install the public key in ~root/.ssh/authorized_keys on 10.78.0.107. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

Re: rsync not removing files that are out of date

2006-04-04 Thread Matt McCutchen
. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: how to tell what files changed?

2006-04-04 Thread Matt McCutchen
+++ new-dir/ f+++ new-dir/new-file f.st updated-file .f...p... only-the-permissions-changed *deleting goner -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

Re: rsync permission problem when chmod 000

2006-04-13 Thread Matt McCutchen
On Wed, 2006-04-12 at 22:23 -0300, TDT wrote: 2) when these error happens, it happens IO error encountered and it skip the --delete (I tried --force, but doesn't work too) I'd need the --delete for this files You want --ignore-errors. -- Matt McCutchen [EMAIL PROTECTED] http

Re: include and exclude file

2006-04-14 Thread Matt McCutchen
pattern .* is overriding the include pattern .kde . Specify the include file first. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: include and exclude file

2006-04-15 Thread Matt McCutchen
. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: include and exclude file

2006-04-15 Thread Matt McCutchen
/ $BACKUPDIR -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Logging rsync transfers

2006-04-19 Thread Matt McCutchen
the daemon. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

  1   2   3   4   5   6   7   8   9   10   >