Working with mobile devices

In sync mode nnBackup allows you to synchronise files between the PC and the mobile devices connected via ActiveSync (mobile device should be placed into the cradle, rapi.dll is used to perform synchronisation). Use the -i and -o options to set the input and output directories on your PC and a special syntax (-ip and -op) for setting the input and output directories on your mobile devices:

nnbackup.exe sync -i c:\books -op "\Documents\books\" [options]

The paths on your mobile devices should be specified from the root of the filesystem. The sync mode allows you to synchronise files between the PC and the mobile device, between mobile device and the PC, and between different folders on your mobile device.


Examples:

nnbackup.exe sync -ip "\CF Card" -o "c:\CF Card" -s -v

Explanation: Synchronising the directory on mobile device \CF Card and directory on your PC c:\CF Card. During the synchronisation, nnBackup will take in account all subdirectories in \CF Card and display/write to log the full file paths.

nnbackup.exe sync -ip "\CF Card\photos\" -op "\CF Card\backup\photos" -s -v

Explanation: Synchronising the directory on mobile device \CF Card\photos\ and directory on mobile device \CF Card\backup\photos. During the synchronisation, nnBackup will take in account all subdirectories in \CF Card\photos\ and display/write to log the full file paths.

nnbackup.exe sync -i c:\books -op "\Documents\books\" -s -v

Explanation: Synchronising the directory on your PC c:\books and directory on mobile device \Documents\books\. During the synchronisation, nnBackup will take in account all subdirectories in c:\books and display/write to log the full file paths.