Changes between Version 1 and Version 2 of NifDB
- Timestamp:
- Apr 17, 2012, 9:12:18 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NifDB
v1 v2 45 45 ri:backup(). 46 46 47 % After that the output will be 48 {ok, backup.1} 49 % This backup will be created in the directory of the graph. 50 47 51 % Make a checkpoint with a commit log message. 48 ri:backup(CommitLogMsg). 52 ri:backup("Something log message"). 53 54 % It will print the following: 55 {ok, backup.2} 56 % That backup.2 will be created in the same directory as backup.1. 57 58 % Now we want to know some informations about backup.2. 59 % Note: Here you can specify either 'backup.2' or "backup.2" or just 2. 60 ri:backup_info(2). 61 Informations about 'backup.2': 62 Commit-log: Something log message 63 Time of creation: Tue Apr 17 11:03:29 2012 49 64 50 65 % Lists all backups.