Description Usage Arguments Value Examples
Create a backup of the repository.
1 | backupRepository(repository, backupName)
|
repository |
Object of type repository specifying server details and repository to work on. |
backupName |
character value, name of backup repository |
AllegroGraph default reponse
1 2 3 4 5 6 | ## Not run:
service = service("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
backupRepository(,backupName = "backup_testRepo")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.