Changeset 2477

Show
Ignore:
Timestamp:
08/19/07 14:26:00 (1 year ago)
Author:
paule
Message:

Split out debug options from normal options; add localdir debug option; explain some options better

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/opie-sync/README

    r2468 r2477  
    2020--------------------- 
    2121 
    22 url 
    23   IP address or hostname (not actually a URL) eg. 192.168.0.2 
     22hostname 
     23  Hostname or IP address of the handheld device eg. 192.168.0.2 
    2424 
    2525username 
     
    3636 
    3737port 
    38   TCP port on the device to use for file transfers. Default is 4242. 
     38  TCP port on the device to use for file transfers. Default is 4242 (which 
     39  Opie's built-in FTP server listens on). 
    3940 
    4041conntype 
    4142  Connection type to use: 
    42     ftp  - use FTP (default) 
    43     scp  - use scp command 
    44     none - don't connect. Useful for debugging only - will expect the device  
    45            files to sync with to be in /tmp. 
    46  
    47 use_qcop 
    48   Control the use of QCOP to notify the device of syncing: 
    49     true  - enable QCOP (default) 
    50     false - disable QCOP. Only really useful for debugging. 
     43    ftp  - use FTP (default). Uses Opie's built-in FTP server to transfer 
     44           data without encryption. 
     45    scp  - use scp/ssh commands to transfer data securely. Note: this will  
     46           require you to set up key-based ssh authentication. 
    5147 
    5248backupdir 
     
    5854  Note that old backups are not purged - you will need to do this yourself. 
    5955 
     56 
     57Additional options for debugging purposes only: 
     58 
     59conntype 
     60    none - don't connect, instead read/write files in the directory specified  
     61           by the localdir parameter (see below). 
     62 
     63use_qcop 
     64  Control the use of QCOP to notify the device of syncing: 
     65    true  - enable QCOP (default) 
     66    false - disable QCOP. You will likely want to set this if you use 
     67            conntype = none. 
     68 
     69localdir 
     70  If conntype = none, you can use localdir to specify where the Opie data  
     71  files should be read from / written to. If not specified, the default is /tmp. 
    6072 
    6173