Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

rsync hangs for unexpected time #54

Open
mynkkmr opened this issue Jan 18, 2017 · 0 comments
Open

rsync hangs for unexpected time #54

mynkkmr opened this issue Jan 18, 2017 · 0 comments

Comments

@mynkkmr
Copy link

mynkkmr commented Jan 18, 2017

# 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant