rsync-lib icon indicating copy to clipboard operation
rsync-lib copied to clipboard

A simple PHP rsync wrapper library

Results 6 rsync-lib issues
Sort by recently updated
recently updated
newest added

Added the return by the _Rsync::sync_ method of the command being executed to be able to handle sync errors.

Hi, Just learned about your library today, and consider using it. I know libraries like this doesn't often change, but I find it hard to say if it's still active...

Hello, I had been banging my head against this one until I found your "rsync->getCommand()" function. I had accidentally been programmatically assembling a command that had both ends remote. When...

I ask you, how to set rsync options. Rysnc command has a many of options. Currently I am looking for an ignore setting method, but I have not found it...

what do you think of symfony process? below you can find a link to it it would add a (composer) dependency but it wraps the actual command execution pretty nice...

enhancement