Created
July 9, 2015 18:05
-
-
Save dasl-/5ea4368baa134cfcb6eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php > var_dump(exec("rsync -Iac IE9-disk1.vmdk [email protected]:IE9-disk1.vmdk", $output, $exit_status)); | |
rsync: writefd_unbuffered failed to write 32768 bytes [sender]: Broken pipe (32) | |
rsync: write failed on "/home/dleibovic/IE9-disk1.vmdk": No space left on device (28) | |
rsync error: error in file IO (code 11) at receiver.c(322) [receiver=3.0.9] | |
rsync: connection unexpectedly closed (30 bytes received so far) [sender] | |
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9] | |
string(0) "" | |
php > var_dump($output); | |
array(0) { | |
} | |
php > var_dump($exit_status); | |
int(12) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment