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