Re: copy symbolic links as real file during syncing files.

2006-11-12 Thread John Van Essen
On Mon, 13 Nov 2006, <[EMAIL PROTECTED]> wrote: > > I want to sync one big directory from one host to a remote host. > And there are several symbolic links which linked to some files > and directories that outside the certain directory. I want to > copy the symbolic links as real file or directory

Re: copy symbolic links as real file during syncing files.

2006-11-12 Thread Wayne Davison
On Mon, Nov 13, 2006 at 09:17:16AM +0800 you wrote: > I want to copy the symbolic links as real file or directory. Use -L (--copy-links) to transform symlinks into the referent file. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, rea

copy symbolic links as real file during syncing files.

2006-11-12 Thread 王 鹏辉
Hello, listRsync is a amazing tools for files and directories syncing. There is something unclearly to me. I digged in the web for a while, but there aren't useful things for me.Here is my puzzle: I want to sync one big directory from one host to a remote host. And there are several symbolic links

Re: rsync not updating files even with checksum flag

2006-11-12 Thread Jason Haar
Mark Osborne wrote: > > Hello everyone, > > I am having a problem with rsync that I hope someone can help me > figure out. We are using rsync to sync up files between our staging > and production ftp servers. Basically internal users are allowed to > upload files via a samba share to a staging se

Re: Superfluous error msgs: "failed to set times ..."

2006-11-12 Thread Wayne Davison
On Sun, Nov 12, 2006 at 12:39:55PM +0100, Felix E. Klee wrote: > AFAICS, these error messages are caused by rsync trying to change the > time (and permissions, ownership) of symbolic links, which according > to my knowledge is not possible on Ext2. Since Linux lacks the lutimes() system function,

DO NOT REPLY [Bug 4220] --backup causes "stat" failed message when trying to delete a directory

2006-11-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4220 --- Comment #2 from [EMAIL PROTECTED] 2006-11-12 08:25 MST --- (In reply to comment #1) > I downloaded a later version, 2.6.6, [...] > This version is not exhibiting the problem. Yeah, it got fixed a while back. > However, does the mai

Superfluous error msgs: "failed to set times ..."

2006-11-12 Thread Felix E. Klee
When rsync'ing to an Ext2 file system (via SSH), then I frequently get error messages such as "failed to set times ...". AFAICS, these error messages are caused by rsync trying to change the time (and permissions, ownership) of symbolic links, which according to my knowledge is not possible on Ext

DO NOT REPLY [Bug 4220] --backup causes "stat" failed message when trying to delete a directory

2006-11-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4220 [EMAIL PROTECTED] changed: What|Removed |Added Severity|critical|minor Status|NEW