Administrator's Reference

RESTOREINTERVAL

Specifies how long a restartable restore session can be saved in the server database. As long as the restore session is saved in the database, it can be restarted from the point at which it stopped.

Syntax

>>-RESTOREINTERVAL--minutes------------------------------------><
 

Parameters

function
Specifies how long, in minutes, that a restartable restore session can be in the database before it can be expired. The minimum value is 0. The maximum is 10080 (one week). The default is 1440 minutes (24 hours). If the value is set to 0 and the restore is interrupted or fails, the restore is still put in the restartable state. However, it is immediately eligible to be expired.

Examples

restoreinterval 1440


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]