Searched refs:restore (Results 1 - 1 of 1) sorted by relevance

/ontohub/script/
H A Dbackup21 # To restore a backup, run this script with the argument `restore <backup name>`
22 # # script/backup restore 2015-01-01_00-00
30 # To create and restore, we need root privileges. Otherwise file modes are not
103 def restore(backup_name) method in class:Backup.Backup
192 You can find the pre-restore repositories at #{tmpdir}
352 when 'restore'
355 'To restore a backup, you need to specify one with the arguments')
356 $stderr.puts('"restore backup_name"')
360 backup.restore(backup_nam
[all...]

Completed in 24 milliseconds