search for: zhost

Displaying 2 results from an estimated 2 matches for "zhost".

Did you mean: host
2009 Jul 08
1
rsync Windows to opensolaris or linux
...s XP or vista machine onto an opensolaris host using rsync on cygwin? What options are commonly required? is a simple command line like this: (NOTE: The --inplace part has to do with the zfs filesytem on opensolaris and its snapshot function) rsync -avv --inplace /cygdrive/c/ user@opensol:/ZHOSTS/someHost/ I'm guessin the -a might get me introuble trying to make windows ntfs match a unix permissions setup. So what is better? My concern here is when it comes time to restore something I don't hit some unexpected snag involving permissions on windows. Also I seem to recall someth...
2009 Jul 09
1
Differenc in exclude v 2.6.9 and v 3.0.4
...on my cygwin installation it will fail to find ssh otherwise. Mentioned here only by way of explaining why that portion is different than the one above) rsync -e '/usr/bin/ssh' -nvviirp --inplace \ --include="Temp/**/" --exclude="Temp/**" . \ root@zfs:/Zhosts/rsync/harvey/DocsSettings/ > ~/file Unless I'm getting even blinder than I thought, those two are the same commands, yet in the second case, when I look at the log `file', no Temp/ directory has been pushed. Is this actually a difference that was one way in an earlier (2.6.9) version...