Difference between revisions of "Performing a backup"

From Tech-Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:F5 Networks]]
 
[[Category:F5 Networks]]
[[Performing a backup/restore]]
+
'''[[F5 Networks#Misc|Back to Misc]]'''
Type the following commands:  
+
 
  (tmos)# save /sys ucs backup.ucs    
+
In order to perform a backup/restore, type the following commands:  
 +
The backup set will contain: configurations, licenses, users accounts, dns (zonerunner) and certificates
 +
 
 +
  (tmos)# save /sys ucs backup.ucs
 
   Backup saved to /var/local/ucs
 
   Backup saved to /var/local/ucs
  Containing: config, licenses, users, dns (zonerunner), certificates
+
 
 
  (tmos)# load /sys ucs backup.ucs
 
  (tmos)# load /sys ucs backup.ucs
 
   Load a backup set created previously
 
   Load a backup set created previously

Latest revision as of 02:31, 11 December 2018

Back to Misc

In order to perform a backup/restore, type the following commands: The backup set will contain: configurations, licenses, users accounts, dns (zonerunner) and certificates

(tmos)# save /sys ucs backup.ucs
 Backup saved to /var/local/ucs
(tmos)# load /sys ucs backup.ucs
  Load a backup set created previously