[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fedora 14 has branched



The Fedora 14 team has created an F14 branch from Rawhide in the
development tree. You can use the following script to pull down the
initial 31,697 files. Depending upon your download speed, the first time
you run this script it may take 2-3 days to complete. I don't know the
total size yet, but it's probably ~50GB.

#!/bin/sh
#
# This script will synchronize Fedora 14 updates files and folders at
# the master Fedora-Linux-Updates repository to a local directory.
#
rsync -avxzHP --no-motd --delete \
--exclude i386/debug/ \
--exclude x86_64/debug/ \
rsync://download.fedora.redhat.com/fedora-linux-development/14/ /pub/fedora/linux/development/14/
#
# Options used:
#
#       -a      archive mode; same as -rlptgoD (no -H)
#               -r      recurse into directories
#               -l      copy symlinks as symlinks
#               -p      preserve permissions
#               -t      preserve modification times
#               -g      preserve group
#               -o      preserve owner (super-user only)
#               -D      same as --devices --specials
#                       --devices       preserve device files (super-user only)
#                       --specials      preserve special files
#       -v      increase verbosity
#       -x      don’t cross filesystem boundaries
#       -z      compress file data during the transfer
#       -H      preserve hard links
#       -P      same as --partial --progress
#               --partial       keep partially transferred files
#               --progress      show progress during transfer
#       --delete        delete any files in destination not in source
#       --exclude       exclude files matching the specified glob
#
chown -R UID:GID /pub/fedora/linux/development/14/*
# end-of-file

where UID:GID are your user:group names.

Enjoy!

--Doc Savage
  Fairview Heights, IL


-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.