On Wed, Jan 28, 2015 at 3:01 PM, Devin Jeanpierre
<jeanpierr...@gmail.com> wrote:
> On Wed, Jan 28, 2015 at 2:02 PM, Chris Angelico <ros...@gmail.com> wrote:
>> On Thu, Jan 29, 2015 at 8:52 AM, Devin Jeanpierre
>> <jeanpierr...@gmail.com> wrote:
>>> Git doesn't help if you lose your files in between commits, or if you
>>> lose the entire directory between pushes.
>>
>> So you commit often and push immediately. Solved.
> I distrust any backup strategy that requires explicit action by the
> user. I've seen users fail too often. (Including myself.)

That tends to be my opinion and experience as well :)

And that is where Drive is quite nice: its an automatic backup to an
off-site backup that requires no user action. Having some form of
source control is still needed however, as you don't get all the nice
history with Drive, and don't have the atomic updates - typically,
every save will be uploaded, even if that change itself will break
everything as you haven't made the required changes to other files.

Chris K
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to