home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / compiler / ftpbacku.000 < prev    next >
Encoding:
Text File  |  1996-11-16  |  1.1 KB  |  25 lines

  1. Begin3
  2. Title:          ftpbackup utility: backup to/restore from ftp server
  3. Version:        1.0
  4. Entered-date:   08JUN96
  5. Description:    This utility allows you to backup your filesystem(s)
  6.         and/or directories to a remote ftp server. Similarly
  7.         it permits restoring of files from remote ftp servers.
  8.         Backup and restore is done without the use of temporary
  9.         files, which is helpful when you have no extra space.
  10.         Addtionally, this utility can be used to view the contents
  11.         of remote files without actually putting them on disk (or
  12.         just retrieve a subset of the remote archive).
  13.         This is accomplished by sending stdin to ftp, or taking
  14.         the remote ftp file and sending it to the local standard
  15.         output. Flexibillity is achieved by piping to cpio, tar,
  16.         gzip etc. The C ftp I/O library included might also be useful.
  17. Keywords:       ftp backup restore tcp ip tcp/ip cpio tar archive
  18. Author:         bx249@freenet.toronto.on.ca (Warren W. Gay VE3WWG)
  19. Maintained-by:  wwg@ica.net (Warren W. Gay VE3WWG)
  20. Primary-site:   sunsite.unc.edu /put/Linux/Incoming
  21. Alternate-site: 
  22. Original-site:  
  23. Copying-policy: GPL
  24. End
  25.