[email protected] 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.
_______________________________________________
linux-libre mailing list
[email protected]
http://www.fsfla.org/cgi-bin/mailman/listinfo/linux-libre

Reply via email to