feat: Add local_target variable and tests
This commit is contained in:
2
tests/files/basic.plan
Normal file
2
tests/files/basic.plan
Normal file
@ -0,0 +1,2 @@
|
||||
sources=('file:/home/user')
|
||||
targets=('file:/var/backup')
|
7
tests/files/multiple_file_targets.plan
Normal file
7
tests/files/multiple_file_targets.plan
Normal file
@ -0,0 +1,7 @@
|
||||
sources=('file:/home/user')
|
||||
targets=(
|
||||
'file:///home/backups'
|
||||
'file:/var/backup'
|
||||
'file:/backups'
|
||||
's3://bucket'
|
||||
)
|
Reference in New Issue
Block a user