feat: Add script.sh with tests

This commit is contained in:
ge
2022-05-14 03:36:13 +03:00
parent 68b4def813
commit c950273168
9 changed files with 171 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
sources= ('file:/home/user')
targets=('file:/var/backup')
View File
+2
View File
@@ -0,0 +1,2 @@
sources=()
targets=('file:/var/backup')
+2
View File
@@ -0,0 +1,2 @@
sources=('file:/home/user')
targets=()
+2
View File
@@ -0,0 +1,2 @@
sources=(file:///)
targets=(ftp://user:pass@host/path)
@@ -0,0 +1,2 @@
sources=('mongo:/user:password@localhost/database')
targets=('file:/var/backup')
@@ -0,0 +1,2 @@
sources=('file:/home/user')
targets=(scp://user:pass@host/path)