search for: oneless

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

2003 Sep 27
1
Option --link-dest creates unexplained subdirectory
...alue=$finalvalue archiveroot="/tmp/scheinin/bow_backup" origin="/tmp/scheinin/bow" logfile="/tmp/scheinin/backup_log" interval=daily rm -rf ${archiveroot}/${interval}.finalvalue # Move daily.19 to daily.20 ... move daily.0 to daily.1 while test $iter_value != 0 do oneless=$(($iter_value - 1)) if test -d ${archiveroot}/${interval}.${oneless} then mv ${archiveroot}/${interval}.${oneless} ${archiveroot}/${interval}.${iter_value} fi iter_value=$oneless done # Execute rsync using --link-dest option in order to save space echo "`date`: starting rsync&q...
2006 Jan 18
2
Migration?
I just installed ruby, lighttpd, and mysql from darwinports on me laptop in lieu of the Apple version of ruby. Now when I fire up my rails application, it''s not running lighttpd anymore -- it''s running webrick. It also exits immediately. MySQL is running, the database and tables are restored from the backup. What step am I missing? Thanks for the help! Cheers, Hasan