linux:skala

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:skala [2021/09/15 16:22] adminlinux:skala [2021/10/15 07:54] (current) admin
Line 1: Line 1:
 ====== Скала ====== ====== Скала ======
 +<code BASH>
 +# Get all snapshots 
 +prlctl list -a | grep { |  awk '{print $5}' | xargs  -t -n1 prlctl snapshot-list $1
 +</code>
 +
  
 <code BASH> <code BASH>
 ISOJ-prod-pub-se-0-75            10.59.0.75 isoj  - Integrity 63 ISOJ-prod-pub-se-0-75            10.59.0.75 isoj  - Integrity 63
 ISOJ-prod-se-1-202               10.59.1.202 isoj  - Integrity 63 ISOJ-prod-se-1-202               10.59.1.202 isoj  - Integrity 63
- 
-tmp-ISOJ-astra-se-1-6         - преднастроенная astra linux 1.6 SE 
- 
-ISOJ-old-prod-10.59.0.81    - old server storage 
-ISOJ-old-prod-pub-0-80      - old server front end 
-  
- 
  
 Skala-R Skala-R
  prlctl start ISOJ-prod-pub-se-0-80  prlctl start ISOJ-prod-pub-se-0-80
  prlctl stop ISOJ-prod-pub-se-0-80  prlctl stop ISOJ-prod-pub-se-0-80
- 
- 
  
 # snapshots https://docs.virtuozzo.com/virtuozzo_hybrid_server_7_users_guide/managing-virtual-machines-and-containers/managing-snapshots.html # snapshots https://docs.virtuozzo.com/virtuozzo_hybrid_server_7_users_guide/managing-virtual-machines-and-containers/managing-snapshots.html
Line 75: Line 71:
   #incremental   #incremental
   prlctl backup ISOJ-prod-pub-se-0-80 -i --description "backup isoj prod-pub-se incremental"   prlctl backup ISOJ-prod-pub-se-0-80 -i --description "backup isoj prod-pub-se incremental"
- 
- 
- 
- 
- 
- 
  
 </code> </code>
  
  • linux/skala.1631722957.txt.gz
  • Last modified: 2021/09/15 16:22
  • by admin