Article Listing 1 Listing 2 Listing 3 Listing 4
Listing 5 Listing 6 Listing 7 Listing 8 Listing 9
Listing 10 Listing 11 Listing 12 Listing 13 Listing 14
Listing 15 jan2007.tar

Listing 13 ZFS send

97 root@beastie /pool1/app/someApp
# ls -l
total 6154
-rw------T   1 root     root     1048576 Nov 12 22:58 my1mfile
-rw------T   1 root     root     2097152 Nov 12 22:58 my2mfile
98 root@beastie /pool1/app/someApp
# 
98 root@beastie /pool1/app/someApp
# zfs snapshot pool1/app/someApp@snap0002
99 root@beastie /pool1/app/someApp
# 
99 root@beastie /pool1/app/someApp
# zfs send pool1/app/someApp@snap0002 | ssh dagon zfs receive \
  pool2/rmtBackup/beastie@snap0002
Password: 

100 root@beastie /pool1/app/someApp
#