Changeset 2328

Show
Ignore:
Timestamp:
07/13/07 08:01:55 (1 year ago)
Author:
abaumann
Message:

minor edits to README

Files:

Legend:

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

    r2244 r2328  
    55entries (ie. the contact and event object types). It will most likely 
    66mess up the data on your phone and any other members of the sync group, 
    7 due to the limited data that can be stored on the phone. Use with caution 
    8 and make backups! See TESTING/BACKUP below. 
     7due to the limited data that can be stored on the phone, so use with caution 
     8and make backups! See BACKUP/TESTING below. 
    99 
    1010 
     
    7171         rfcomm bind rfcomm0 00:11:22:33:44:55 1 
    7272 
    73 The only way I have tested or used the plugin so far is in a sync group  
    74 with file-sync. To configure and use this, do: 
    75         msynctool --addgroup phone 
    76         msynctool --addmember phone moto-sync 
    77         msynctool --addmember phone file-sync 
    78         msynctool --configure phone 1 # configure moto-sync, as above 
    79         msynctool --configure phone 2 # configure file-sync, set the path(s) 
    80         msynctool --discover phone 1 
    81         msynctool --discover phone 2 
    82         msynctool --sync phone # cross your fingers! 
    8373 
    84  
    85 TESTING/BACKUP 
     74BACKUP/TESTING 
    8675 
    8776Before doing anything, it is probably a good idea to backup the data  
     
    9079the impatient, try: 
    9180    mototool -d (device string) -f myphone.backup --backup 
     81 
     82The best way to get started testing this plugin is in a sync group  
     83with file-sync. To configure and use this, do: 
     84        msynctool --addgroup moto-file 
     85        msynctool --addmember moto-file moto-sync 
     86        msynctool --addmember moto-file file-sync 
     87        msynctool --configure moto-file 1 # configure moto-sync, as above 
     88        msynctool --configure moto-file 2 # configure file-sync, set the path(s) 
     89        msynctool --discover moto-file 1 
     90        msynctool --discover moto-file 2 
     91        msynctool --sync moto-file # cross your fingers! 
    9292 
    9393