blob: 005dd040f10b1628d82ab614260d73bc9fc858ff [file] [log] [blame]
debmirror:
client:
enabled: true
mirrors:
target01:
enabled: true
fetch_retry: 1
extra_flags: [ "--verbose", "--progress", "--nosource", "--no-check-gpg", "--rsync-extra=none" ]
method: "rsync" # string
arch: [ 'amd64' ]
mirror_host: "archive.ubuntu.com" # rsync
mirror_root: ':ubuntu/' # rsync
target_dir: "/tmp/mirror/ubuntu/"
log_file: "/tmp/target01_log.log"
dist: [ xenial ] #, xenial-security, xenial-updates ]
section: [ main ] #, multiverse, restricted, universe ]
exclude_deb_section: [ 'games', gnome, Xfce, sound, electronics, graphics, hamradio , doc, localization, kde, video ]
filter:
00: "--exclude='/*'" # exclude all for test..
01: "--include='/vim-tiny'" # and include something small.
lock_target: True
force: True