Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2017 10:46:48 -0400
From:      "Littlefield, Tyler" <tyler@tysdomain.com>
To:        FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   rsync quickly poudriere packages
Message-ID:  <7cf77685-bf47-d23f-e4de-5e02e5fe6488@tysdomain.com>

next in thread | raw e-mail | index | archive | help
All:

I'm using the following command to rsync my poudriere packages I use for
testing:

rsync -azhve ssh --delete -r /usr/local/poudriere/data/packages
tyler@foo.bar:/pkg

The issue is that there's  a path:
packages/11-amd64-default/.real_1506522867/ which doesn't match the
.real of any other path (I'm not sure when that changes). so it deletes
everything and always reuploads.

Is there a workaround to this? I'd like it to ignore/move the stuff in
.realXXXXXXXX that is current and send everything that is new.

Thanks,


-- 

Take Care,
Tyler Littlefield

Tyler Littlefield Consulting: website development and business
solutions. <http://tylerlittlefield.me>; My personal site
<http://tysdomain.com>; My Linkedin
<https://www.linkedin.com/in/ty-lerlittlefield>; @Sorressean on Twitter
<http://twitter.com/sorressean>;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cf77685-bf47-d23f-e4de-5e02e5fe6488>