Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bpcpd(1) [debian man page]

BPCPD(1)							 CFDP executables							  BPCPD(1)

NAME
bpcpd - ION Delay Tolerant Networking remote file copy daemon SYNOPSIS
bpcpd [-d | -v] DESCRIPTION
bpcpd is the daemon for bpcp. Together these programs copy files between hosts utilizing NASA JPL's Interplanetary Overlay Network (ION) to provide a delay tolerant network. The options are permitted as follows: -d Debug output. Repeat for increased verbosity. -v Display version information. bpcpd must be running in order to copy files from this host to another host (i.e. remote to local). Copies in the other direction (local to remote) do not require bpcpd. Further, bpcpd should NOT be run simultaneously with bpcp or cfdptest. EXIT STATUS
0 bpcpd terminated normally. 1 bpcpd 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
bpcp(1), ion(3), cfdptest(1) perl v5.14.2 2012-05-25 BPCPD(1)

Check Out this Related Man Page

SDR2FILE(1)							  ICI executables						       SDR2FILE(1)

NAME
sdr2file - SDR data extraction test program SYNOPSIS
sdr2file configFlags DESCRIPTION
sdr2file stress-tests SDR data extraction by retrieving and deleting all text file lines inserted into a test SDR data store named "testsdrconfigFlags" by the complementary test program file2sdr(1). The operation of sdr2file echoes the cyclical operation of file2sdr: each linked list created by file2sdr is used to create in the current working directory a copy of file2sdr's original source text file. The name of each file written by sdr2file is file_copy_cycleNbr, where cycleNbr identifies the linked list from which the file's text lines were obtained. sdr2file may catch up with the data ingestion activity of file2sdr, in which case it blocks (taking the file2sdr test semaphore) until the linked list it is currently draining is no longer empty. EXIT STATUS
0 sdr2file has terminated. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
Can't use sdr. ION system error. Check for diagnostics in the ION log file ion.log. Can't create semaphore. ION system error. Check for diagnostics in the ION log file ion.log. SDR transaction failed. ION system error. Check for diagnostics in the ION log file ion.log. Can't open output file Operating system error. Check errtext, correct problem, and rerun. can't write to output file Operating system error. Check errtext, correct problem, and rerun. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
file2sdr(1), sdr(3) perl v5.14.2 2012-05-25 SDR2FILE(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

command terminated abnormally

I am getting an Error Message as ============================= starting Sortcl Merging And Aggregation time: command terminated abnormally. ============================= , when running a sortcl command.sortcl is a command for sorting large data,using cosort application installed in... (0 Replies)
Discussion started by: tkbharani
0 Replies

2. UNIX for Dummies Questions & Answers

Copy files between remote hosts

Don't know if its correct to write into this topic but how can I copy files from a Windows machine to a UNIX system? (2 Replies)
Discussion started by: agasamapetilon
2 Replies

3. UNIX for Dummies Questions & Answers

copy only new files or files of a different size

hello i would like to copy files from 1 location to a nother, but it has only to copy files which are newer or have a different filesize. all has to be logged to a copy.log file (als skipped files should be in the log) is this possible with the cp command (1 Reply)
Discussion started by: arnoldg
1 Replies

4. Shell Programming and Scripting

how to delete files on two remote servers simultaneously?

dear all, i'm preparing a script which can do these actions : 1. stop remove server's certain service 2. clean the files on remote servers simultaneously (because lots of files need to be deleted) 3. after files/logs are removed, restart the service again i'm stuck on how to clean remote... (4 Replies)
Discussion started by: tiger2000
4 Replies

5. UNIX for Dummies Questions & Answers

How to copy files from remote server to local?

Hi experts, I 'm newbie to unix world, now I have task to copy the latest files from remote server to my local. I believe this must be very common request in this community. I want you do it one more time for me please. My requirement is something like this: I receive files in the below... (3 Replies)
Discussion started by: parpaa
3 Replies