Displaying 2 results from an estimated 2 matches for "rpts".
Did you mean:
rpms
2006 Nov 29
2
db:migrate to add colum bombs...
Hi
I get the following when I try and run "rake db:migrate" (I"m running un
Ubuntu linux)
********** code **********
(in /<home hidden>)
== AddRpts: migrating
=========================================================
-- add_column("rpts", :integer, {:limit=>3})
rake aborted!
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.[]
**********...
2013 Feb 11
2
Error 28 and exclusion
I am having two issues with a transfer I perform every weekend. The first
is I am trying to exclude a directory with the following command:
/usr/bin/rsync --rsync-path=/usr/bin/rsync --rsh=/usr/bin/rsh
--log-file=/tmp/rsync.out --exclude /gcse1/infor/ --delete-before -rptS
usaix:/gcse1/ /gcse1
I am attempting to pull and synchronize the directory /gcse1 with my local
server directory /gcse1, but exclude /gcse1/infor . When looking through
the logs, it appears that files were transferred within the /gcse1/infor
tree after all.
I naturally assumed that I follow...