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

Paul Slootman paul+rsync at wurtel.net
Sun Feb 2 02:09:05 MST 2014


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://ftp.cn.debian.org/debian
> 
> Any hints on this?

rsync -a --exclude '/*/*/*/***' rsync://ftp.cn.debian.org/debian


Paul


More information about the rsync mailing list