Fix handling for backups; correctly send along ignored files & directories
This commit is contained in:
parent
b6a0cca0f9
commit
00b0d30c60
8 changed files with 31 additions and 16 deletions
|
@ -29,7 +29,7 @@ class DaemonBackupRepository extends DaemonRepository
|
|||
[
|
||||
'json' => [
|
||||
'uuid' => $backup->uuid,
|
||||
'ignored_files' => explode(PHP_EOL, $backup->ignored_files),
|
||||
'ignored_files' => $backup->ignored_files,
|
||||
],
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue