Distributed Internet Archiving Program alpha dev 0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Distributed Internet Archiving Program alpha dev 0.1 (Default branch)
# 1  
Old 10-15-2008
Distributed Internet Archiving Program alpha dev 0.1 (Default branch)

Image DIAP is a quick and low-cost way to make an environment more robust by backing up data in multiple places. A Perl installer creates the system with minimal effort. The application provides a decentralized, self-contained, and managed storage utility. The emergence of a DVTL (Distributed Virtual Tape Library) is the end result. Nodes can be dedicated to storage or used for existing services over unused bandwidth. DIAP works in user space over SSH. License: GNU General Public License v3 Changes:
The prototype was rewritten and redesigned in Perl. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

distributed filesystem over internet/VPN

On this forum was already posted similar question, but it was 4 years ago and didn't give me answers. I have two groups of engineers that works in far locations connected via VPN. Physically, the connection is a DSL. Currently we have a linux server in one location that provide files over... (4 Replies)
Discussion started by: Domino
4 Replies

2. Virtualization and Cloud Computing

Dapper Distributed Dataflow Engine 0.91 (Default branch)

Dapper, or "Distributed and Parallel Program Execution Runtime", is a tool for taming the complexities of developing for large-scale cloud and grid computing, enabling the user to create distributed computations from the essentials: the code that will execute, along with a dataflow graph... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question
SET_NET_DEFAULT(8)					      System Manager's Manual						SET_NET_DEFAULT(8)

NAME
s_n_d, set_net_default - select the default TCP/IP network SYNOPSIS
set_net_default: not found DESCRIPTION
This manual page is here because so many others refer to it. The set_net_default command does not exist under standard Minix, because the TCP/IP server only supports one network. The server under Minix-vmd supports four different networks, that can each be chosen as the default network. The TCP/IP library and commands do have a notion about a "default network" however, because the code is shared between the Minix versions. So if you want to venture into network programming then you should know about the devices and environment variables mentioned below to make your program compatible. (Especially since there is a plan to upgrade the TCP/IP server for standard Minix.) Options and environment to change the default Many TCP/IP programs implement the following options and environment variables to change the default devices set by set_net_default. The options are only implemented for low level programs where it makes sense to name a network device. The environment variables are used in all code. You can run a process and all its children connected to a different network by setting four environment variables. ETH_DEVICE=device -E device Device to use as raw ethernet device instead of the default /dev/eth. PSIP_DEVICE=device -P device Pseudo IP device to use instead of /dev/psip. IP_DEVICE=device -I device IP device to use instead of /dev/ip. TCP_DEVICE=device -T device TCP device to use. UDP_DEVICE=device -U device UDP device to use. FILES
/dev/eth[01] First and second raw ethernet. /dev/psip[01] First and second Pseudo IP network. /dev/ip[0123] IP devices for two ethernets and two Pseudo IP networks. /dev/tcp[0123] TCP devices for same four networks. /dev/udp[0123] UDP devices. /dev/eth, /dev/psip, /dev/ip, /dev/tcp, /dev/udp Devices for the default network, links to the devices above. Eth is only present if ethernet is the default, psip only for pseudo IP. SEE ALSO
ip(4), boot(8). AUTHOR
Kees J. Bot (kjb@cs.vu.nl) SET_NET_DEFAULT(8)