Re: Core Data Backup on App Start

2008-07-24 Thread Marco Masser
I have a boolean set for my preferences to check whether the user wants to backup the database at each start. My only question is how should I do it? I already log whether they want it or not, so I have got that far. Should I read the contents of my backup file? How could I find that file

Re: Core Data Backup on App Start

2008-07-24 Thread Kyle Sluder
On Thu, Jul 24, 2008 at 2:37 PM, Garrett Bjerkhoel <[EMAIL PROTECTED]> wrote: > I have a boolean set for my preferences to check whether the user wants to > backup the database at each start. My only question is how should I do it? I > already log whether they want it or not, so I have got that far

Core Data Backup on App Start

2008-07-24 Thread Garrett Bjerkhoel
I have a boolean set for my preferences to check whether the user wants to backup the database at each start. My only question is how should I do it? I already log whether they want it or not, so I have got that far. Should I read the contents of my backup file? How could I find that file