|  12-29-2010, 08:01 AM | #1 | 
| Zealot            Posts: 146 Karma: 2594 Join Date: May 2009 Device: Kindle PW,Sony 700, Sony 950 (Daily Edition),Nook Color,iPad | 
				
				Backup
			 
			
			How do you back up? I usually do four passes. 1. Zip to an archive on same machine 2. Copy to a SD card. 3. Copy to a 2nd computer. The second computer runs a backup of "Documents" to an external drive I haven't played with the library main in Calibre yet, does it do a back up of files or just the metadata? | 
|   |   | 
|  12-29-2010, 08:51 AM | #2 | 
| Wizard            Posts: 3,130 Karma: 91256 Join Date: Feb 2008 Location: Germany Device: Cybook Gen3 | 
			
			Calibre automatically creates a backup of your metadata for each book, but doesn't back up the book file(s). However, the metadata backup resides in the same directory the book files do, so it only protects against failures of the central library database (metadata.db). If you want to back up the Calibre library, I recommend backing up the whole folder as a single entity, as the metadata.db file and the folder structure are codependent- it doesn't make any sense to have a backup of the metadata.db at one time and the folder stucture at another time.
		 | 
|   |   | 
|  12-29-2010, 09:04 AM | #3 | |
| Zealot            Posts: 146 Karma: 2594 Join Date: May 2009 Device: Kindle PW,Sony 700, Sony 950 (Daily Edition),Nook Color,iPad | Quote: 
 | |
|   |   | 
|  01-01-2011, 05:13 PM | #4 | 
| Groupie    Posts: 180 Karma: 299 Join Date: Jul 2010 Location: Brampton ON Device: Kobo, Kindle3 | 
			
			Maggie, I usually update Calibre and my library on the weekend. Before doing so, I run a batch file that cycles through metadataDB backups. Here's the batch file: Code: @echo off REM metafile copy documents X: cd \GaryELib REM The default location for the batch file is now is inside your library with the metadata.db file if exist metadata.db.7 del metadata.db.7 if exist metadata.db.6 ren metadata.db.6 metadata.db.7 if exist metadata.db.5 ren metadata.db.5 metadata.db.6 if exist metadata.db.4 ren metadata.db.4 metadata.db.5 if exist metadata.db.3 ren metadata.db.3 metadata.db.4 if exist metadata.db.2 ren metadata.db.2 metadata.db.3 if exist metadata.db.1 ren metadata.db.1 metadata.db.2 if exist metadata.db copy metadata.db metadata.db.1 If I lose something after all of that, it was simply meant to be. GM | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| How do you backup? | Adoby | General Discussions | 13 | 07-25-2010 09:09 PM | 
| Backup - how??? | vxf | Sony Reader | 0 | 06-23-2010 11:22 AM | 
| How to backup 1.1.01.25200 | alexmobile | Sony Reader Dev Corner | 3 | 09-23-2009 12:46 PM | 
| Book Backup - How? | badspell68 | Sony Reader | 10 | 11-07-2008 11:38 AM | 
| iLiad Backup / Restore ? | ce3po | iRex Developer's Corner | 3 | 11-18-2007 05:53 PM |