| 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! |
|---|
| | 81 | |
|---|
| | 82 | The best way to get started testing this plugin is in a sync group |
|---|
| | 83 | with 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! |
|---|