home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / 1997 / 982 / PSIBACKU.TXT < prev    next >
Encoding:
Text File  |  1997-04-05  |  2.1 KB  |  69 lines

  1. NAME
  2.     PsiBackup - backup an NFS mounted Psion.
  3.  
  4. SYNOPSIS
  5.     perl -w PsiBackup.pl [options]
  6.  
  7. DESCRIPTION
  8.     PsiBackup backs up a Psion Series 3a organizer, mounted to a Unix system
  9.     using NFS. The conventions used in file names are identical to the
  10.     conventions of Psion's PsiWin and RCOM programs.
  11.  
  12.     IMPORTANT: Before starting the back up, all Psion tasks that use files
  13.     on the disk to be backed up should be manually stopped.
  14.  
  15.   Options
  16.  
  17.     -mount *dir*
  18.          The NFS mount point for the Psion. The default value /psion.std/mnt
  19.          corresponds to the default name used by p3nfsd.
  20.  
  21.     -backup *dir*
  22.          The destination directory for the backup, e.g. /@psion. The names
  23.          of the Psion and the disk will be appended to it to form the actual
  24.          name of the backup directory.
  25.  
  26.     -name *name*
  27.          Optionally, the name of this Psion system. Useful if you want to
  28.          backup several organizers in the same backup directory.
  29.  
  30.     -disk *name*
  31.          Identification of the Psion disk to back up. Possible values are i
  32.          (default, the internal disk), a and b (the SSD's), c (the 3-Link
  33.          ROM) and r (the Psion's internal ROM).
  34.  
  35.     -[no]archive
  36.          Do [not] archive old versions of files under a @archive tree.
  37.          Archiving is default enabled for the disks, and disabled for the
  38.          ROMs.
  39.  
  40.     -limit *nn*
  41.          Limit the number of archive copies to *nn* versions. Default is 16.
  42.          Note that RCOM maintains only one copy, and PsiWin allows up to 3
  43.          copies.
  44.  
  45.     -help
  46.          A short help for the PsiBackup command.
  47.  
  48.     -ident
  49.          Show the program identification.
  50.  
  51.     -verbose
  52.          Supply verbose progress information during the process.
  53.  
  54.     -quiet
  55.          Supply no progress information during the process.
  56.  
  57.  
  58. ENVIRONMENT
  59.     PsiBackup uses no environment variables.
  60.  
  61. AUTHOR
  62.     Johan Vromans <jvromans@squirrel.nl>
  63.  
  64. BUGS
  65.     The program can not stop active applications on the Psion, nor can it
  66.     check the Psion's owner information to verify that the correct organizer
  67.     is being backed up.
  68.  
  69.