how do you duplicate your entire project? i would like to have a couple of versions incase i destroy something. secondly how do you back up your data using postgresql? weekly back ups lastly how do you restore? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 2 Apr 2008, at 21:31, rashantha wrote:> > how do you duplicate your entire project? > > i would like to have a couple of versions incase i destroy something. >Just stick in source control (svn, git etc...) Fred> secondly how do you back up your data using postgresql? > > weekly back ups > > lastly how do you restore? > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
can you please elaborate. On Apr 2, 1:42 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 2 Apr 2008, at 21:31, rashantha wrote: > > > > > how do you duplicate your entire project? > > > i would like to have a couple of versions incase i destroy something. > > Just stick in source control (svn, git etc...) > > Fred > > > secondly how do you back up your data using postgresql? > > > weekly back ups > > > lastly how do you restore?--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 2 Apr 2008, at 21:53, rashantha wrote:> > can you please elaborate. >With source control all changes are tracked and preserve you can maintain different branches, rollback to any specific revision etc... If you don''t know about it do yourself a favour and read up on it. Fred> On Apr 2, 1:42 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: >> On 2 Apr 2008, at 21:31, rashantha wrote: >> >> >> >>> how do you duplicate your entire project? >> >>> i would like to have a couple of versions incase i destroy >>> something. >> >> Just stick in source control (svn, git etc...) >> >> Fred >> >>> secondly how do you back up your data using postgresql? >> >>> weekly back ups >> >>> lastly how do you restore? > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---