azvyagintsev | e5c4e83 | 2018-01-25 20:02:46 +0200 | [diff] [blame^] | 1 | debmirror: |
| 2 | client: |
| 3 | enabled: true |
| 4 | mirrors: |
| 5 | target01: |
| 6 | extra_flags: '--verbose --progress --nosource --no-check-gpg --rsync-extra=none' |
| 7 | method: "rsync" # string |
| 8 | arch: [ 'amd64' ] |
| 9 | mirror_host: "archive.ubuntu.com" # rsync |
| 10 | mirror_root: ':ubuntu/' # rsync |
| 11 | target_dir: "/tmp/mirror/ubuntu/" |
| 12 | log_file: "/tmp/target01_log.log" |
| 13 | dist: [ xenial ] #, xenial-security, xenial-updates ] |
| 14 | section: [ main ] #, multiverse, restricted, universe ] |
| 15 | exclude_deb_section: [ 'games', gnome, Xfce, sound, electronics, graphics, hamradio , doc, localization, kde, video ] |
| 16 | filter: |
| 17 | 00: "--exclude='/*'" # exclude all for test |
| 18 | lock_target: True |
| 19 | force: True |