1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #6313: Restore removed line in rsync driver

This commit is contained in:
Ruben S. Montero 2023-12-02 11:47:44 +01:00
parent b35d8a19df
commit 3d5f0e7f87
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -86,6 +86,8 @@ begin
rsync_user = ds.elements['TEMPLATE/RSYNC_USER'].text
rsync_host = ds.elements['TEMPLATE/RSYNC_HOST'].text
base = ds.elements['BASE_PATH'].text
if ds.elements['TEMPLATE/RSYNC_ARGS'].nil?
args = '-aS'
else