Loading…
Sending streams over the network is a good way to keep a remote backup, but it does come with a drawback. Data sent over the network link is not encrypted, allowing anyone to intercept and transform the streams back into data without the knowledge of the sending user. This is undesirable, especially when sending the streams over the internet to a remote host. <application>SSH</application> can be used to securely encrypt data send over a network connection. Since <acronym>ZFS</acronym> only requires the stream to be redirected from standard output, it is relatively easy to pipe it through <application>SSH</application>. To keep the contents of the file system encrypted in transit and on the remote system, consider using <link xlink:href="https://wiki.freebsd.org/PEFS">PEFS</link>.
Ağ üzerinden akış göndermek, uzak bir yedeklemeyi korumanın iyi bir yoludur, ancak bir dezavantajla birlikte gelir. Ağ bağlantısı üzerinden gönderilen veriler şifrelenmez, bu da herkesin Gönderen kullanıcının bilgisi olmadan akışları kesmesine ve verilere dönüştürmesine izin verir. Bu, özellikle internet üzerinden akışları uzak bir ana bilgisayara gönderirken istenmeyen bir durumdur. SSH güvenli bir ağ bağlantısı üzerinden veri göndermek şifrelemek için kullanılabilir. ZFS sadece akışın standart çıktıdan yönlendirilmesini gerektirdiğinden, SSH üzerinden boru takmak nispeten kolaydır. Dosya sisteminin içeriğini transit ve uzak sistemde şifreli tutmak için PEFS kullanmayı düşünün.