osfclient icon indicating copy to clipboard operation
osfclient copied to clipboard

rsync-like behavior

Open arokem opened this issue 5 years ago • 1 comments

Is there a way to get rsync-like behavior? That is, upload a file to osfstorage only if it's not already there? Thanks!

arokem avatar Jan 15 '20 00:01 arokem

I am also looking for an rsync like behavior. I am having to clone the entire project everytime I want to update the project files on a local server, rather than rsyncing the differences. I think this can be easily accomplished with the cross referencing existing files on the local with the osf list, and then using the FETCH command to bring in the files that are not in the local, but this solution doesnt take into account files of the same name that may have been edited. In a perfect world, there would be some kind of version control like github where we could pull/push from the origin master, but right now I am only looking for some kind of rsync like implementation.

MADscientist314 avatar Jul 07 '20 14:07 MADscientist314