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

View File

@ -0,0 +1,2 @@
sources= ('file:/home/user')
targets=('file:/var/backup')

View File

View File

@ -0,0 +1,2 @@
sources=()
targets=('file:/var/backup')

View File

@ -0,0 +1,2 @@
sources=('file:/home/user')
targets=()

View File

@ -0,0 +1,2 @@
sources=(file:///)
targets=(ftp://user:pass@host/path)

View File

@ -0,0 +1,2 @@
sources=('mongo:/user:password@localhost/database')
targets=('file:/var/backup')

View File

@ -0,0 +1,2 @@
sources=('file:/home/user')
targets=(scp://user:pass@host/path)