Re: Newbie problems

2007-06-01 Thread Matt McCutchen
On 5/28/07, Boniforti Flavio <[EMAIL PROTECTED]> wrote: I want to back-up my PC's /home directory onto another Linux PC. On the "server" I've set up a directory called /backup and now I'd like to know which permissions it should have for that my backups succeed. What I want to achieve is that I

Re: Cannot see the digest

2007-06-01 Thread Thiep Duong
Hi Matt, Thanks for checking ... I think it's due to my security setting on Firefox -- I try to open it using IE => Okay I will look at the Firefox setup later to see what does it. Thanks Thiep TMatt McCutchen wrote: That's odd. The link works for me. Try these links: http://www.mail-arch

Re: Cannot see the digest

2007-06-01 Thread Matt McCutchen
That's odd. The link works for me. Try these links: http://www.mail-archive.com/rsync@lists.samba.org/ http://news.gmane.org/gmane.network.rsync.general/ http://lists.samba.org/archive/rsync/ Matt On 6/1/07, Thiep Duong <[EMAIL PROTECTED]> wrote: I just subcribe to the list to find Rsync fro

The best you tube video

2007-06-01 Thread Youtube
http://yenibiris.sendeyolla.com/medyadetay.aspx?&tid=3&cid=57&id=61365 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Cannot see the digest

2007-06-01 Thread Thiep Duong
I just subcribe to the list to find Rsync from win-xp to my samba UNIX box. however, I cannot find how to get the old archive and/or do any searching on the list. I click on the "archive rsync" it send me right back to the https://lists.samba.org/mailman/ TDuong -- To unsubscribe or change opt

Re: Trying to define exclude with an include list

2007-06-01 Thread Wayne Davison
On Fri, Jun 01, 2007 at 02:08:08PM +1000, Daryl Sayers wrote: > + /u1/important > - /tmp > - /var/tmp > - /var/lock > > - /u1 The man page talks about how the exclusion of the parent directory short-circuits the directory traversal, and the u1 dir is never even visited (giving the include no

RE: Archive parameter doesn't preserve owner:group property!

2007-06-01 Thread Tony Abernethy
On BOTH sides do a ls -n whatever This will show the numeric IDs on both sides. Most likely the SAME numeric id will be one thing on one host and something else on the other host. Most likely --numeric-ids is doing exactly what it is supposed to do ls -l will show names if it can find a name th

Re: Archive parameter doesn't preserve owner:group property!

2007-06-01 Thread David (Spartoo)
As a convenience and courtesy, rsync attempts to preserve names across the transfer I don't know if my request is clear...sorry for my bad english... I just need to preserve ID...I don't want rsync to convert id to name group because it takes the name group of the server instead of my local mach