mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-08 22:01:30 +00:00
Remove trailing spaces in file xCAT-client/pods/man1/dumpxCATdb.1.pod
This commit is contained in:
@ -15,9 +15,9 @@ B<dumpxCATdb> [B<-h>|B<--help>] [B<-v>|B<--version>]
|
||||
|
||||
If not using the binary dump option (-b), then the dumpxCATdb command creates .csv files for xCAT database tables and puts them in the directory given by the -p flag. These files can be used by the restorexCATdb command to restore the database. The command will read the list of tables in the site.skiptables attribute and not backup those tables.
|
||||
Supports using XCAT_SKIPTABLES env variable to provide a list of skip tables.
|
||||
The command will never backup TEAL or ISNM tables, except isnm_config. To dump TEAL tables use the documented process for TEAL. For ISNM use tabdump, after using tabprune to get to prune unnecessary records.
|
||||
The command will never backup TEAL or ISNM tables, except isnm_config. To dump TEAL tables use the documented process for TEAL. For ISNM use tabdump, after using tabprune to get to prune unnecessary records.
|
||||
|
||||
If using the binary dump option for the DB2 or postgreSQL database, then the routine will use the Database provide utilities for backup of the entire database.
|
||||
If using the binary dump option for the DB2 or postgreSQL database, then the routine will use the Database provide utilities for backup of the entire database.
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
@ -30,7 +30,7 @@ B<-V> Verbose.
|
||||
|
||||
B<-a> All, without this flag the eventlog and auditlog will be skipped.
|
||||
|
||||
B<-b> This flag is only used for the DB2 or postgreSQL database. The routine will use the database backup utilities to create a binary backup of the entire database. Note to use this backup on DB2, you will have first had to modify the logging of the database and have taken an offline initial backup. Refer to the xCAT DB2 documentation for more instructions.
|
||||
B<-b> This flag is only used for the DB2 or postgreSQL database. The routine will use the database backup utilities to create a binary backup of the entire database. Note to use this backup on DB2, you will have first had to modify the logging of the database and have taken an offline initial backup. Refer to the xCAT DB2 documentation for more instructions.
|
||||
|
||||
B<-p> Path to the directory to dump the database. It will be created, if it does not exist.
|
||||
|
||||
|
Reference in New Issue
Block a user