jdotinc
2 discussion posts
I like to automate backups of important application settings to Dropbox. For DisplayFusion I use a scheduled task and the -settingsbackup flag. is such a flag available with ClipboardFusion?
Not at the moment, but all the settings are stored in the registry, so you can run the following command to back them up:
regedit /e C:\Backup\Backup.reg "HKEY_CURRENT_USER\Software\Binary Fortress Software\ClipboardFusion"
Hope that helps!