Best rsync options for Mint mirror

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
hexter
Level 1
Level 1
Posts: 15
Joined: Tue Jan 28, 2014 12:27 pm
Location: Canada, Terra, Milky Way
Contact:

Best rsync options for Mint mirror

Post by hexter »

Hi.

I've set-up a Linux Mint mirror and would like to know which are the best rsync options for it.

Right now I'm using

Code: Select all

rsync -a --delete --delete-after pub.linuxmint.com::pub /path/to/linuxmint
The mirror is located at http://hex1a4.net/c/code/mirror/linuxmint/

Thank you. Have a great day.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
George: If we should step on a mine sir, what should we do?
Edmund: Well, the normal procedure is to leap 200 feet into the air and scatter oneself over a large area.
User avatar
Boca
Level 5
Level 5
Posts: 691
Joined: Sun Feb 15, 2015 5:02 am

Re: Best rsync options for Mint mirror

Post by Boca »

Hi,

personally, I use a backup rather than a mirror ( to avoid a file corruption or a rogue deletion being mirrored back into the primary version)

I use rsync -ruv to
-v, --verbose increase verbosity
-r, --recursive recurse into directories
-u, --update skip files that are newer on the receiver

Open to suggestions/improvements on this choice.

Tony
Locked

Return to “Other topics”