You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and you see what I mean... The given command copies a file from a local server relative from the current directory to an remote server at exactly the same location.
And why should scp be better as rsync? I prefer rsync, because I have seen lot of installations broken by consultants using scp (with default flags) vs rsync (with typical flags), if things are copied recursive or with directories. scp does by default copy the referenced file (breaks symlinks) while rsync by default copied the rererences (keeps symlinks).
However you are allowed to use scp instead. I think this is not really an issue.
COPY THE KEY AND KEY-DATA FILE FROM THE PRIMARY TO THE SECONDARY SITE:
https://documentation.suse.com/sbp/sap-15/html/SLES4SAP-hana-sr-guide-PerfOpt-15/index.html#id-1.9.8.4
We assume the rsync syntax is missing here an argument like destination or source.
Why not simple scp the files? (To ensure the file is really copied, rsync may not)....
The text was updated successfully, but these errors were encountered: