search for: todays_date

Displaying 3 results from an estimated 3 matches for "todays_date".

2009 May 22
4
Does rsync detect file corruption?
...d. Now, imagine that one of the files becomes corrupted in the backup directory, but the timestamp hasn't changed. Will rsync detect this? I am using rsync in a backup solution which could be summarized to: cd /my/external/disk/backups rsync -a --times --delete $HOME latest cp -al latest $TODAYS_DATE So, if a file never changes, I just end up with a lot of hard links pointing to the same block of data. That's meant to make the backup space efficient. But if that block of data gets corrupted, all my "backups" for that file are gone. And I'm concerned that if that happens,...
2009 Dec 31
3
Dialplans & Holiday Dates
I have a working dialplan for our phone system with Mon-Fri, business hours identification, etc. But what I'm lacking right now is support for company holiday dates. What I'd like to do is to create a database of these dates and just update them as new years rollover. I suspect others have done this sort of thing with Asterisk before, but I've not found any resources so far.
2007 Jan 21
35
Collection proxies need to be stubbed ?
Hi all ! I just started writing specs on a new project. I would just like to validate that this is the way you would write it. I know about mocks, stubs and expectations. I don''t think this is a problem for me. My question really boils down to: def index @projects = current_user.projects.active end My spec needs to return the proxy, no ? Here''s my code: context "A