On Tue, Jun 30, 2009 at 11:25 AM, Aaron Griffin<aaronmgriffin@gmail.com> wrote:
On Mon, Jun 29, 2009 at 9:35 PM, Aaron Griffin<aaronmgriffin@gmail.com> wrote:
On Mon, Jun 29, 2009 at 6:43 PM, Dan McGee<dpmcgee@gmail.com> wrote:
On Mon, Jun 29, 2009 at 12:36 PM, Aaron Griffin<aaronmgriffin@gmail.com> wrote:
Aye, going to get the rsync up and running before the end of the day
Status on this? I know we talked earlier about it, didn't know where it went.
I didn't have the time until right now... you available?
I want to setup rsyncd on aur.archlinux.org and have gerolde pull from there periodically (every 30 minutes? hour?)
Ok, rsyncd is running on the aur server, and I'm fiddling with rsyncing to gerolde.
Currently I'm running: $ rsync -rptlv --safe-links --delete-after --delay-updates \ aur.archlinux.org::community /srv/ftp/community
on gerolde. I snagged this out of a wiki article as I'm not too familiar with rsync options. Any suggestions for the options before I turn this into a cron job?
Note: lots of "cannot change permissions" errors (probably due to g+s) - any way to skip that part?
Added to /etc/cron.hourly/community-sync - let me know if I should put this elsewhere or if it needs any changes. Cheers