From 9c08c08a6bc9a775326a5d7bf259ad6a1414d87d Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: May 18 2016 18:44:28 +0000 Subject: Add some helpful rsync options. --dirs so that it will stop complaining about "duplicate file in file list" and actually sync the directory timestamps. --fuzzy to try and transfer a bit less. --preallocate because some of the files are quite large. --- diff --git a/quick-fedora-mirror b/quick-fedora-mirror index 237eb7b..67360be 100755 --- a/quick-fedora-mirror +++ b/quick-fedora-mirror @@ -88,7 +88,7 @@ FILELIST=fullfiletimelist RSYNC=/usr/bin/rsync #ZSHISM? (initialize array with unsplit args) -RSYNCOPTS=(-aSH -f 'R .~tmp~' --delete-delay --delay-updates) +RSYNCOPTS=(-aSH -f 'R .~tmp~' --dirs --preallocate --fuzzy --delete-delay --delay-updates) MASTERMODULE=fedora-buffet MIRRORBUFFET=0