Forum Discussion

Stewart_76633's avatar
Stewart_76633
Icon for Nimbostratus rankNimbostratus
Mar 18, 2013

Partition Backups

Using f5 ltm version 11.x, just wondering if the backup script I'm using currently actually backs up multiple partitions or just the default one.

 

 

"tmsh save /sys ucs /var/tmp/BIG-IP_backup.ucs"

 

 

Should that back everything up?

 

 

Cheers

 

 

 

2 Replies

  • Your approach matches ours in v11 and the result includes all partitions. The ucs archive is really a tar archive and you can run 'tar tf ' against it, or extract is someplace, to verify it's got just what you want.
  • thanks for the tip pete. I just opened it using 7zip and confirmed all the config files are there for each of the partitions. Cheers!