feat: Add local_target variable and tests

This commit is contained in:
ge
2022-05-14 04:55:36 +03:00
parent d07ff8ca43
commit 0d355c468b
4 changed files with 30 additions and 5 deletions

2
tests/files/basic.plan Normal file
View File

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

View File

@ -0,0 +1,7 @@
sources=('file:/home/user')
targets=(
'file:///home/backups'
'file:/var/backup'
'file:/backups'
's3://bucket'
)