[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: ccc mirror
Here's what I use:
nice rsync -aHz --delete rsync://rsync.torproject.org/tor/ /mirror/tor
The parameters on the website don't really make sense for a cron job.
For instance, you wouldn't want your cron job to be verbose causing it
to email you every few hours. I like to add the -H (preserve
hardlinks) to save disk space on my end, and -z (compression) to save
bandwidth.
Another confusing part of that webpage is that the trailing slashes
are inconsistent between the three examples.
Lastly, this line should be added to the example VirtualHost block:
CustomLog /dev/null common