Browse Source

Add sample source

Nathaniel van Diepen 4 năm trước cách đây
mục cha
commit
792f37c11d
2 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 2 0
      etc/backup.d/sources.d/.gitignore
  2. 9 0
      etc/backup.d/sources.d/example.yml

+ 2 - 0
etc/backup.d/sources.d/.gitignore

@@ -0,0 +1,2 @@
+*.yml
+!example.yml

+ 9 - 0
etc/backup.d/sources.d/example.yml

@@ -0,0 +1,9 @@
+---
+depends:
+  - something
+roots:
+  from: ssh.host::
+  to: /backups
+jobs:
+  - from: /var/www
+    to: www