.TH "DEBPARTIAL-MIRROR" "1" .SH "NAME" debpartial-mirror \(em debpartial-mirror is a program to generate partial Debian packages archives mirrors. .SH "SYNOPSIS" .PP \fBapt-get\fR [\fB-hvs\fP] [\fB-o=\fIconfig string\fR\fP] [\fB-c=\fIfile\fR\fP] {update | upgrade | dselect-upgrade | install \fIpkg\fR \&... | remove \fIpkg\fR \&... | source \fIpkg\fR \&... | build-dep \fIpkg\fR \&... | check | clean | autoclean } .SH "DESCRIPTION" .PP \fBdebpartial-mirror\fR is a command-line tool to generate partial Debian packages archives mirrors. It is designed to work (in particular) in Custom Debian Distributions framework, as an aid to create customization of debian systems. Partial mirrors can be generated from different apt repositories (local created or remote ones) and can contain binary as well as sources packages. Generated partial mirrors have the structure of standard apt repositories: please referr to APT documentation for explanation about this. \fBdebpartial-mirror\fR uses a configuration file to determine which packages, are to be downloaded and monitored to generate a local partial mirror. Packages can be specified by regular expressions, by list or by mirrors sections. Default configuration file is \fB/etc/debpartial-mirror.conf\fP. \fBdebpartial-mirror\fR accept commands in the same way apt-get does, and unless the \fB-h\fR or \fB\-\-help\fR is given, one of the commands below must be presented. .IP "update" 10 \fBupdate\fP update is used to resynchronize the package index files from specified sources. .IP "upgrade" 10 \fBupgrade\fP upgrade is used to dowload selected binary and source packages from specified mirrors. The first time this command is ran the partial mirror is generated: after this, only newer or updated packages will be downloaded into the mirror. .IP "all" 10 \fBall\fP all is used to perform both update and upgrade commands. .SH "OPTIONS" .PP This program follows the usual GNU command line syntax, with long options starting with two dashes (`\-'). A summary of options is included below. .IP "\fB-h\fP \fB\-\-help\fP " 10 Show summary of options. .IP "\fB-v\fP \fB\-\-version\fP " 10 Show version of program. .IP "\fB-cCONFIGFILE\fP \fB\-\-configfile=CONFIGFILE\fP " 10 Select the confiruration file. .IP "\fB-s\fP \fB\-\-simulate\fP " 10 Do nothing, only simulate all. Actually it is not implemented .IP "\fB-sf\fP \fB\-\-skip-files\fP " 10 Skip downloading of files. Actually it is not implemented .IP "\fB-sp\fP \fB\-\-skip-packages\fP " 10 Skip downloading of packages. Actually it is not implemented .SH "AUTHOR" .PP This manual page was written by Otavio Salvador (otavio@debian.org). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. .\" created by instant / docbook-to-man, Mon 07 Nov 2011, 15:09