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
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
# Running rsync command to send file from one server to another using npm rsync module.
With following options set :
{ _executable: 'rsync',
_executableShell: '/bin/sh',
_sources: [ ----"source server"---- ],
_destination: '--------destination server-----',
_patterns: [],
_options: { rsh: 'ssh', a: null, v: null, z: null, h: null },
_outputHandlers: { stdout: null, stderr: null },
_debug: false }
It hangs for unexpected time & without any error.
In my case my directory size is more than 200 MB.
The text was updated successfully, but these errors were encountered: