Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jigdo-mirror(1) [debian man page]

JIGDO-MIRROR(1) 														   JIGDO-MIRROR(1)

NAME
jigdo-mirror - Maintain a mirror of images offered with jigdo SYNOPSIS
jigdo-mirror [ config-file ] DESCRIPTION
See jigdo-file(1) for an introduction to Jigsaw Download. jigdo-mirror is a script intended for people who want to offer direct HTTP or FTP downloads of files for which only the jigdo and template files are available. As the first step of using jigdo-mirror, you need to set up normal HTTP/FTP/rsync mirroring both of the `.jigdo'/`.template' files and of the parts that are needed for the reconstruction of the images. For example, in the case that you want to mirror Debian CD images with jigdo-mirror, you need a mirror of the `.jigdo'/`.template' files and a Debian mirror on the local machine. At regular intervals (preferably immediately after the normal mirroring has finished), schedule a run of jigdo-mirror. It will search through a given directory for any `.jigdo' files and attempt to create all images offered by each file. The script requires you to set a number of variables - please refer to the start of /usr/bin/jigdo-mirror for a description of each of them. Since /usr/bin/jigdo-mirror will be overwritten whenever you upgrade jigdo-mirror, it is highly recommended not to change the set- tings directly in this script. Instead, personal settings should be saved in a file called .jigdo-mirror in your home directory, or in a different file whose name is then passed to the script as its first (and only) command line argument. SEE ALSO
jigdo-file(1), jigdo-lite(1) CD images for Debian Linux can be downloaded with jigdo <URL:http://www.debian.org/CD/jigdo-cd/>. AUTHOR
Jigsaw Download <URL:http://atterer.net/jigdo/> was written by Richard Atterer <jigdo atterer.net>, to make downloading of CD ROM images for the Debian Linux distribution more convenient. 19 May 2006 JIGDO-MIRROR(1)

Check Out this Related Man Page

PULL-DEBIAN-DEBDIFF(1)					      General Commands Manual					    PULL-DEBIAN-DEBDIFF(1)

NAME
pull-debian-debdiff - find, download, and generate a debdiff SYNOPSIS
pull-debian-debdiff [options] <package> <version> [distance] DESCRIPTION
pull-debian-debdiff attempts to find and download a specific version of a Debian package and its immediate parent to generate a debdiff. OPTIONS
package The source package to download and diff. version The most recent of the two versions you want to diff. distance If specified (default 1), the debdiff is against that many versions previous. -h, --help Display the usage instructions and exit. -f, --fetch Simply download the specified version and exit. -d DEBIAN_MIRROR, --debian-mirror=DEBIAN_MIRROR Use the specified mirror. Should be in the form http://ftp.debian.org/debian. If the package isn't found on this mirror, pull-debian-source will fall back to the default mirror. -s DEBSEC_MIRROR, --debsec-mirror=DEBSEC_MIRROR Use the specified Debian security mirror. Should be in the form http://security.debian.org. If the package isn't found on this mirror, pull-debian-source will fall back to the default mirror. --no-conf Do not read any configuration files, or configuration from environment variables. ENVIRONMENT
All of the CONFIGURATION VARIABLES below are also supported as environment variables. Variables in the environment take precedence to those in configuration files. CONFIGURATION VARIABLES
The following variables can be set in the environment or in ubuntu-dev-tools(5) configuration files. In each case, the script-specific variable takes precedence over the package-wide variable. PULL_DEBIAN_DEBDIFF_DEBIAN_MIRROR, UBUNTUTOOLS_DEBIAN_MIRROR The default value for --debian-mirror. PULL_DEBIAN_DEBDIFF_DEBSEC_MIRROR, UBUNTUTOOLS_DEBSEC_MIRROR The default value for --debsec-mirror. SEE ALSO
debdiff(1), dget(1), pull-debian-source(1), ubuntu-dev-tools(5) AUTHORS
pull-debian-debdiff was written by Stefano Rivera <stefanor@ubuntu.com>, a clone of a tool by Kees Cook <kees@ubuntu.com>. This manual page was written by Stefano Rivera, based on the original by Andrew Starr-Bochicchio <a.starr.b@gmail.com>. ubuntu-dev-tools December 2010 PULL-DEBIAN-DEBDIFF(1)
Man Page