search for: hrms

Displaying 4 results from an estimated 4 matches for "hrms".

Did you mean: hrm
2006 May 10
3
--include-from doesn't include
...eces of my XP workstations home directory to a mapped drive using rsync on Cygwin. I was able to create a fairly useful exclude-from list, but I'm unable to re-include portions a subset of an excluded directory. My rsync command looks like this: rsync -avn --delete --stats ~/ \ /cygdrive/i/HRMS/rdavies/backup/home \ --exclude-from=/home/rdavies/rsync_home_list And the exclude file looks like this: + Application\ Data/IDMComp/** + Application\ Data/Mozilla/** - Application\ Data/* - Cookies/* - Desktop/* - Favorites/* - Local\ Settings/* - My Documents/Outlook/* - My Documents/My\ * -...
2006 May 10
2
rsync ok with open files?
Hi gang. I am synchronizing Windows machines (cwRsync/cygwin) with FreeBSD server. A batch file is used to initiate the process (shell invoked rsync daemon). My question is whether I need to tell my users to close any affected applications (ex: Outlook; I am synchronizing the outlook.pst file) during the procedure? Peter __________________________________________________ Do You Yahoo!? Tired
2011 Nov 21
0
Programmer position in the Gottardo lab at the Fred Hutchinson Cancer Research Center
The Gottardo lab at the Fred Hutchinson Cancer Research Center in Seattle has an opening for a programmer. To apply: https://erecruit.fhcrc.org/psp/RECRUIT/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL?Page=HRS_CE_JOB_DTL&Action=A&JobOpeningId=24122&SiteId=2&PostingSeq=1 The position description is below: About Us Fred Hutchinson Cancer Research Center, home of three Nobel laureates, is an independent, nonprofit research institution dedicated to the develo...
2006 Aug 27
6
Rails configuration for sessions
I''m trying to get the configuration done for sessions but I can''t seem to find any documentation on how to do it beyond the merest of basics. I would rather have something that would NOT persist a marshalled object to the database since that''s just not something I want to do. I want to be able to read the data for one. But there''s really nothing to