add scheduling to another engine
diff --git a/backupninja/files/dup.conf b/backupninja/files/dup.conf
index f7d2537..8ace4ec 100644
--- a/backupninja/files/dup.conf
+++ b/backupninja/files/dup.conf
@@ -7,6 +7,16 @@
 ## necessary. Options which are uncommented in this example do not have
 ## defaults, and the settings provided are recommended.
 
+#scheduling
+##by default it is
+##when = everyday at 01
+{%- if client.scheduling is defined %}
+{%- for time in client.scheduling.when %}
+when = {{ time }}
+{%- endfor %}
+{%- endif %}
+
+
 ## passed directly to duplicity, e.g. to increase verbosity set this to:
 ## options = --verbosity 8
 ## when using the Amazon S3 backend to create buckets in Europe:
diff --git a/backupninja/files/rdiff.conf b/backupninja/files/rdiff.conf
index 2e8bcb3..91d3c7c 100644
--- a/backupninja/files/rdiff.conf
+++ b/backupninja/files/rdiff.conf
@@ -13,6 +13,16 @@
 ## destination host and user.
 ##
 
+#scheduling
+##by default it is
+##when = everyday at 01
+{%- if client.scheduling is defined %}
+{%- for time in client.scheduling.when %}
+when = {{ time }}
+{%- endfor %}
+{%- endif %}
+
+
 ## passed directly to rdiff-backup
 ## an example setting would be:
 ## options = --force