Romania mirror
Jason Self
j at jxself.org
Sun Feb 18 00:52:07 UTC 2018
alin.anton at cs.upt.ro wrote ..
> Now I have these lines in crontab:
>
> 0 1 * * * rsync -arz --exclude '*testing' --exclude 'f25*'
> rsync://ftp.linux.org.tr/linux-libre/freed-ora /var/ftp/
>
> 0 2 * * * rsync -arz rsync://ftp.linux.org.tr/linux-libre/freesh
> /var/ftp/
>
> 0 3 * * * rsync -arz
> rsync://rsync.linux-libre.fsfla.org/linux-libre/freesh /var/ftp/
It is probably not necessary to rsync the freesh repository from both
ftp.linux.org.tr and rsync.linux-libre.fsfla.org.
Getting it from rsync.linux-libre.fsfla.org would minimize propagation
delays since you'd be getting it from the source
> Shall I use --update and --delete flags? That should clean the
> older/unused releases.
Yes, it seems a good idea to use --delete. Otherwise the repository
will grow without end.
More information about the linux-libre
mailing list