shekkbuilder / parallel-ssh

Automatically exported from code.google.com/p/parallel-ssh
Other
1 stars 0 forks source link

Allow multiple sources for prsync #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
rsync would allow multiple sources to be specified, like:

$ rsync -av dir1 dir2 dir3 remote:

While prsync doesn't support this. I have worked out a patch to remove the 
unnecessary limitation. The manpage and doc still remain to be altered.

Original issue reported on code.google.com by xiaqq...@gmail.com on 28 Jan 2012 at 10:22

GoogleCodeExporter commented 8 years ago
The patch I submitted is buggy and has been deleted by me. This is the 
corrected patch.

Original comment by xiaqq...@gmail.com on 28 Jan 2012 at 10:34

Attachments:

GoogleCodeExporter commented 8 years ago
This seems pretty reasonable to me. I won't be able to apply and test the patch 
today, but it looks great. Thanks for submitting this, and I'll make sure to 
include before the next release.

Original comment by amcna...@gmail.com on 30 Jan 2012 at 4:57

GoogleCodeExporter commented 8 years ago
Hey, don't forget this :)

Also I made a better patch, including a trivial modification of the prsync 
manpage, and generated using git-format-patch. Attached.

Original comment by xiaqq...@gmail.com on 22 Feb 2012 at 3:56

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the reminder. I've committed your patch. Thanks for your help.

Original comment by amcna...@gmail.com on 22 Feb 2012 at 4:55

GoogleCodeExporter commented 8 years ago

Original comment by amcna...@gmail.com on 22 Feb 2012 at 4:56