spdsbkup -d <domain> -f <file> -h <host> [-hash][-s <service>][-u <user>] [-p <password>][-t <mm/dd/yyyy:hh:mm:ss>][-fibfact <n>] [-r <count>] [-a | -aonly][-n] [-q] [-v] [-nv6warn] [table...]
spdsbkup -full -d <domain> -f <file> -h <host > [-hash][-s <service>][-u <user>] [-p <password>][-t <mm/dd/yyyy:hh:mm:ss>][-fibfact <n>][-r <count>] [-a | -aonly][-n][-q][-v][-nv6warn][table...]
spdsbkup -inc -d <domain> -f <file> -h <host> [-hash][-s <service>][-u <user>] [-p <password>][-t <mm/dd/yyyy:hh:mm:ss>][-fibfact <n>] [-r <count>] [-a | -aonly][-n][-q][-v][-nv6warn][table...]
performs an incremental backup or full backup of server tables, depending on whether a full backup already exists.
performs a full backup of server tables. All of the table rows and attributes (indexes, definitions, partition size, compression, and sorted) are backed up. After each full table backup, spdsbkup -inc resets the last full backup date for the table. See the -n option for dependencies.
performs only incremental backups of server tables.
specifies to back up only the domain ACL files. No tables are backed up.
specifies the server domain that you want to back up.
specifies the prefix
filename for the backup data file. This filename is concatenated with
_BK_ddmmmyyy
_hhmmss
.0.0.0.spds9. The complete name identifies the file as an SPD Server backup file.
If the backup file exceeds the system's file size limit, spdsbkup automatically
extends the file and separates it into multiple backup files. Each file has a unique
file extension (the 0.0.0 portion of the filenames is different).
increases the File Information Block (FIB) metadata space by a factor of n, where n is greater than or equal to 2. The -fibfact option is necessary only if a backup fails due to insufficient FIB metadata space (fibspace). FIB metadata space shortages occur when the domain that is being backed up contains an unusually large number of tables.
specifies the host name of the name server. If you do not specify this option, the default value is SpdsName.
prints the hash sign (#) to STDOUT for each 256K block that is compressed and written to the backup file.
prints the command-line usage syntax and option switch list for the spdsbkup utility.
specifies that index information for server tables should not be saved when performing full backups. When the table is restored, the restore utility does not create indexes. The index itself is not backed up; only the definition of the index is backed up.
suppresses the warning Cannot back up v6 data set. spdsbkup can back up only tables that were created with SPD Server 5.1 or later. If you try to back up earlier versions of server tables, a warning message is issued unless you specify the -NV6WARN option.
specifies the user password. Used in conjunction with the -u option.
specifies the domain project directory.
runs spdsbkup in quiet mode, which includes only error messages and warning messages in the output during a backup operation.
specifies the number of times spdsbkup retries accessing a table that is not available because it is being updated. A table that is being updated cannot be backed up. The spdsbkup utility pauses 5 seconds, and then retries the table if it was unavailable during the previous access attempt. The default retry count is 1.
specifies the port number of the name server. If you do not specify this option, the default port number of the name server is 5400.
specifies the date/time of the last full system backup for the table that is to be backed up.
specifies the SPD Server user ID of the user. Used in conjunction with the -p option.
includes the full name of the backup file and the backup's table of contents file as part of a spdsbkup note. For an incremental backup, the spdsbkup note indicates the date/time from which the incremental backup on the table was made.
specifies a list of tables in the domain that you want to include in the backup. If you do not specify any tables, all of the eligible tables in the domain are backed up.
indicates that the backup was successful.
indicates that one or more tables were not backed up. Examine your SAS log for warning messages.
indicates that a critical error caused the process to terminate early. Examine your SAS log for warning and error messages.