Advertisement
Guest User

Untitled

a guest
Sep 17th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. ~ $ tracker-control -b tracker_backup
  2. Backing up database
  3. file:///home/user/tracker_backup
  4. ~ $ sqlite3 tracker_backup ".schema nco:contact"
  5. CREATE TABLE "nco:Contact" (ID INTEGER NOT NULL PRIMARY KEY, "nco:fullname" TEXT COLLATE TRACKER, "nco:fullname:graph" INTEGER, "nco:key" INTEGER, "nco:key:graph" INTEGER
  6. , "nco:contactUID" TEXT COLLATE TRACKER, "nco:contactUID:graph" INTEGER, "nco:contactLocalUID" TEXT COLLATE TRACKER, "nco:contactLocalUID:graph" INTEGER, "nco:hasLocation
  7. " INTEGER, "nco:hasLocation:graph" INTEGER, "nco:nickname" TEXT COLLATE TRACKER, "nco:nickname:graph" INTEGER, "nco:representative" INTEGER, "nco:representative:graph" IN
  8. TEGER, "nco:photo" INTEGER, "nco:photo:graph" INTEGER, "nco:birthDate" INTEGER, "nco:birthDate:graph" INTEGER, "nco:birthDate:localDate" INTEGER, "nco:birthDate:localTime
  9. " INTEGER, "nco:sound" INTEGER, "nco:sound:graph" INTEGER);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement