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