История изменений
Исправление bigbit, (текущая версия) :
По-моему, выглядит гораздо лучше, чем твой конфиг:
source_dir: "~/src"
destination_dir: "~/dst"
keep_dir_structure: false
copy_or_rename: "copy"
rules:
  - type: "date"
    date_format: "%Y-%m-%d"
  - type: "text"
    text: "_"
  - type: "dir"
    mode: "parent dir only"
    separator: "-"
  - type: "text"
    text: "_"
  - type: "integer"
    mode: "local for every dir"
    start: 0
    step:  1
  - type: "extension"
    text: ""
    register: "lowercase"
Исходная версия bigbit, :
По-моему, выглядит гораздо лучше чем твой конфиг:
source_dir: "~/src"
destination_dir: "~/dst"
keep_dir_structure: false
copy_or_rename: "copy"
rules:
  - type: "date"
    date_format: "%Y-%m-%d"
  - type: "text"
    text: "_"
  - type: "dir"
    mode: "parent dir only"
    separator: "-"
  - type: "text"
    text: "_"
  - type: "integer"
    mode: "local for every dir"
    start: 0
    step:  1
  - type: "extension"
    text: ""
    register: "lowercase"