Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'zfs'

1741187 - ZFS Pool Berechnung: zfs pool vdev
  1. 2000000000000 Bytes laut Hersteller (2TB)
  2.  
  3. / 1024 = 1953125000 KiBytes
  4. / 1024 = 1907348,6328125 MiBytes
  5. / 1024 = 1862,645149231 GiBytes
  6. / 1024 = 1,818989404 TiBytes
  7.  
  8. ZFS benötigt ca 1/100 für die interne Verwaltung (Metadatenblöcke).
  9.  
1485876 - incremental zfs send script: replication zfs
  1. cron:
  2. /root/zync dataPool/wigler root@bhstore11 dataPool/wiglerBHStore11
  3.  
  4. Here is the salient cron script....
  5.  
  6. #!/bin/sh
  7.  
  8. ENCRYPT="-c blowfish"
  9.  
1462418 - zfs send-receive replication: replication zfs
  1. cron:
  2. /root/zync dataPool/wigler root@bhstore11 dataPool/wiglerBHStore11
  3.  
  4. Here is the salient cron script....
  5.  
  6. #!/bin/sh
  7.  
  8. ENCRYPT="-c blowfish"
  9.  
1354572 - zpurge 0.2.1: solaris zfs purge
  1. #!/bin/bash
  2. #
  3. # purge old zfs snapshots
  4. # work on Solaris 10, not tested in other environment
  5. # by Igor Velkov <dober-aeons.lv>
  6. # v 0.2.1
  7. # based on snap_zfs by trevor.pretty@sun.com
  8.  
  9.  
worth-right