Changes between Version 3 and Version 4 of NifDB
- Timestamp:
- Apr 17, 2012, 10:05:36 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NifDB
v3 v4 60 60 % It will print the following: 61 61 {ok, backup.2} 62 % That backup.2 will be created in the same directory as backup.1. 62 % That 'backup.2' will be created in the same 63 % directory as 'backup.1' (./data/graphs/<<graph name>>/). 63 64 64 % Now we want to know some informations about backup.2.65 % Now we want to know some informations about 'backup.2'. 65 66 % Note: Here you can specify either 'backup.2' or "backup.2" or just 2. 66 67 ri:backup_info(2). … … 72 73 ri:ls_backups(). 73 74 74 % Undo all changes made since the last backup. So it will load backup.2.75 % Undo all changes made since the last backup. So it will load 'backup.2'. 75 76 ri:undo(). 76 77