spdsrstr -d <dom> -h <host> {-f <fullfile> | -e <extfile>} [-hash] [-r <count>] [-a | -aforce] [-aonly] [-n] [-q] [-s <serv>] [-u <user>] [-p <passwrd>] [-proj <dir>] [table ...] spdsrstr -v -d <dom> -h <host> {-f <fullfile> | -e <extfile>} [-s <serv>] [-u <user>] [-p <passwrd>] [-proj <dir>] [table ...] spdsrstr -t {-f <fullfile> | -e <extfile>} [table...] spdsrstr -help
-r
times before the restore fails. The default retry count for -r
is one.
-q
option
is specified. The notes include useful information, such as the name
of the table that was restored, the number of rows that were restored,
and whether the restore that was performed was a full restore or an
incremental restore.
spdsbkup -full -a -d test -h host -s serv -f backupThe backup creates the backup data file backup_BK_05Feb2006_233000.0.0.0.spds and the backup table of contents file backup_TC_03Feb2008_233000. The backup file contains the full SPD Server backup for each table and any ACL files in the domain. The table of contents file contains information for each table that was backed up.
spdsbkup -a -d test -h host -s serv -f backupThis statement performs incremental SPD Server backups of tables that were previously backed up, performs a full backup of tables that were created after the previous night's backup, and also backs up any ACL files that are in the domain.
spdsbkup -d test -h host -s serv -t 02/04/08:23:30:00 -f backupThe utility creates the backup data file backup_BK_04Feb2008_233000.0.0.0.spds and a backup table of contents file backup_TC_04Feb2008_233000.
spdsbkup -d test -h host -s serv -f backup
spdsrstr -d test -h host -s serv -f backup_BK_03Feb2008_233000.0.0.0.spds results spdsrstr -d test -h host-s serv -f backup_BK_05Feb2008_233000.0.0.0.spds results spdsrstr -d test -h host -s serv -f backup_BK_07Feb2008_233000.0.0.0.spds results