Bugg when using Extended Attributes flag -X

2014-02-02 Thread Sun_Blood
Hello, I found that using rsync on OS X can give some problems when it comes to Extended Attributes (-X flag). The server I use has Ubuntu with the filesystem XFS and I am trying to backup a OS X system to it. The problem is as far as I understand it that Linux Kernel has a liming on 64k för E

[Bug 10357] make check fails for xattr tests

2014-02-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10357 --- Comment #7 from Pavel Šimerda (pavlix) 2014-02-02 12:38:15 UTC --- (In reply to comment #5) > Nothing fails here, so any progress would have to come from you. I supplied the relevant information in comment #3. I would be happy if you could pr

Re: List subdirectories only n level deep on the remote server when use the -a option of rsync.

2014-02-02 Thread Hongyi Zhao
Thanks a lot, Paul. But I've tried the following methodes based on your suggestion and get different results: werner@debian:~$ rsync -a --exclude '/*/*/*/*' rsync://ftp.cn.debian.org/debian | wc -l 1798 werner@debian:~$ rsync -a --exclude '/*/*/*/**' rsync://ftp.cn.debian.org/debian

Re: List subdirectories only n level deep on the remote server when use the -a option of rsync.

2014-02-02 Thread Paul Slootman
On Sun 02 Feb 2014, Hongyi Zhao wrote: > > I want to list the contents on the remote rsync server only to n, say, > 2 level deep. > > In my case the the server is rsync://ftp.cn.debian.org, and I want to > list all of the stuff in the following subdirectory only to 2 level > deep: > > rsync://ft

List subdirectories only n level deep on the remote server when use the -a option of rsync.

2014-02-02 Thread Hongyi Zhao
Hi all, I want to list the contents on the remote rsync server only to n, say, 2 level deep. In my case the the server is rsync://ftp.cn.debian.org, and I want to list all of the stuff in the following subdirectory only to 2 level deep: rsync://ftp.cn.debian.org/debian Any hints on this? Regar