Lines Matching refs:restore
21 # 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)
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_name)
365 $stderr.puts 'use parameter "create" or "restore <backup_name>" or "prune"'