feat: Add script.sh with tests
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
sources= ('file:/home/user')
|
||||
targets=('file:/var/backup')
|
||||
@@ -0,0 +1,2 @@
|
||||
sources=()
|
||||
targets=('file:/var/backup')
|
||||
@@ -0,0 +1,2 @@
|
||||
sources=('file:/home/user')
|
||||
targets=()
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user