Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bpcp(1) [debian man page]

BPCP(1) 							 CFDP executables							   BPCP(1)

NAME
bpcp - A remote copy utility for delay tolerant networks utilizing NASA JPL's Interplanetary Overlay Network (ION) SYNOPSIS
bpcp [-dqr | -v] [-L bundle_lifetime] [-C custody_on/off] [-S class_of_service] [host1:]file1 ... [host2:]file2 DESCRIPTION
bpcp copies files between hosts utilizing NASA JPL's Interplanetary Overlay Network (ION) to provide a delay tolerant network. File copies from local to remote, remote to local, or remote to remote are permitted. bpcp depends on ION to do any authentication or encryption of file transfers. All covergence layers over which bpcp runs MUST be reliable. The options are permitted as follows: -d Debug output. Repeat for increased verbosity. -q Quiet. Do not output status messages. -r Recursive. -v Display version information. -L bundle_lifetime Bundle lifetime in seconds. Default is 86400 seconds (1 day). -C BP_custody Acceptable values are ON/OFF,YES/NO,1/0. Default is ON. -S class_of_service Bundle Protocol Class of Service for this transfer. Available options are: 0 Bulk Priority 1 Standard Priority 2 Expedited Priority Default is Standard Priority. bpcp utilizes CFDP to preform the actual file transfers. This has several important implications. First, ION's CFDP implementation requires that reliable convergence layers be used to transfer the data. Second, file permissions are not transferred. Files will be made executable on copy. Third, symbolic links are ignored for local to remote transfers and their target is copied for remote transfers. Fourth, all hosts must be specified using ION's IPN naming scheme. In order to preform remote to local transfers or remote to remote transfers, bpcpd must be running on the remote hosts. However, bpcp should NOT be run simultaneously with bpcpd or cfdptest. EXIT STATUS
0 bpcp terminated normally. 1 bpcp terminated abnormally. Check console and the ion.log file for error messages. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
bpcpd(1), ion(3), cfdptest(1) perl v5.14.2 2012-05-25 BPCP(1)

Check Out this Related Man Page

IPNADMINEP(1)							  BP executables						     IPNADMINEP(1)

NAME
ipnadminep - administrative endpoint task for the IPN scheme SYNOPSIS
ipnadminep DESCRIPTION
ipnadminep is a background "daemon" task that receives and processes administrative bundles (all custody signals and, nominally, all bundle status reports) that are sent to the IPN-scheme administrative endpoint on the local ION node, if and only if such an endpoint was established by bpadmin. It is spawned automatically by bpadmin in response to the 's' (START) command that starts operation of Bundle Protocol on the local ION node, and it is terminated by bpadmin in response to an 'x' (STOP) command. ipnadminep can also be spawned and terminated in response to START and STOP commands that pertain specifically to the IPN scheme. ipnadminep responds to custody signals as specified in the Bundle Protocol specification, RFC 5050. It responds to bundle status reports by logging ASCII text messages describing the reported activity. EXIT STATUS
0 ipnadminep terminated, for reasons noted in the ion.log file. If this termination was not commanded, investigate and solve the problem identified in the log file and use bpadmin to restart ipnadminep. 1 ipnadminep was unable to attach to Bundle Protocol operations or was unable to load the IPN scheme database, probably because bpadmin has not yet been run. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
The following diagnostics may be issued to the ion.log log file: ipnadminep can't attach to BP. bpadmin has not yet initialized BP operations. ipnadminep can't load routing database. ipnadmin has not yet initialized the IPN scheme. ipnadminep crashed. An unrecoverable database error was encountered. ipnadminep terminates. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
bpadmin(1), ipnadmin(1), bprc(5). perl v5.14.2 2012-05-25 IPNADMINEP(1)
Man Page