Database version manipulation via command line CLI

From cpwiki.net
Revision as of 22:11, 25 February 2013 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Check Point Profressional Services

creating a new database version

dbver -s 192.168.1.100 -u username -w my_password -m create version_name`/bin/date +"_%m-%d-%Y-%s"` comments_here


print all existing database versions

dbver -s 192.168.1.100 -u username -w my_password -m print_all