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
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
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
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
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