Skip to content

Commit 2871826

Browse files
authored
Update Rsync.php
1 parent 685ed90 commit 2871826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Backup/Rsync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected function setupRsync(array $conf)
110110
$this->passwordFile = Util\Arr::getValue($conf, 'passwordFile', '');
111111
$this->excludes = Util\Str::toList(Util\Arr::getValue($conf, 'exclude', ''), ':');
112112
$this->delete = Util\Str::toBoolean(Util\Arr::getValue($conf, 'delete', ''), false);
113-
$this->isDirSync = Util\Str::toBoolean(Util\Arr::getValue($conf, 'dirsync', ''), false);
113+
$this->isDirSync = Util\Str::toBoolean(Util\Arr::getValue($conf, 'isDirSync', ''), false);
114114
}
115115
}
116116

0 commit comments

Comments
 (0)