|
Revision 188, 1.3 KB
(checked in by zany, 3 years ago)
|
|
adding examples
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | ------------- obexftpbackup 2.0 ------------- |
|---|
| 2 | |
|---|
| 3 | A while ago I wrote an obexftpbackup script which worked fine on the basic SE |
|---|
| 4 | T610 file structure. Since upgrading to obexftp 0.18 I've had to modify |
|---|
| 5 | the error checking, but more significantly I've had to completely re-write it |
|---|
| 6 | to handle the directory structure of the SE K750i. |
|---|
| 7 | |
|---|
| 8 | In its current form it will handle up to 8 levels of subdirectories and will |
|---|
| 9 | accept file and directory names with spaces in them. There's also a sed line |
|---|
| 10 | to handle filenames with apostrophes in them. |
|---|
| 11 | |
|---|
| 12 | To use it simply create a directory called ~/Documents/Obexftp-backups, switch |
|---|
| 13 | your phone's bluetooth to visible for the first run, then run obexftpbackup. |
|---|
| 14 | On subsequent runs the phone can be hidden. |
|---|
| 15 | |
|---|
| 16 | I've only found one bug so far, and that appears to be in obexftp itself when |
|---|
| 17 | trying read the directory contents for the Pictures directory. I suspect this |
|---|
| 18 | could be due to having over 100 jpegs in that folder. |
|---|
| 19 | |
|---|
| 20 | Enjoy! |
|---|
| 21 | Ken. |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | ------------- obexftpbackup 1.0 ------------- |
|---|
| 25 | |
|---|
| 26 | The sleeps appear to be necessary to give my Sony Ericsson T610 a chance. |
|---|
| 27 | |
|---|
| 28 | If you wish to retain all your previous downloads from the phone then |
|---|
| 29 | don't use the -o option, and take care to rename your pictures from the |
|---|
| 30 | default name otherwise Picture(1).jpg etc will omitted from your backup. |
|---|
| 31 | |
|---|
| 32 | Ken Booth <ken@booths.org.uk> |
|---|
| 33 | |
|---|