Author Topic: How to start a sync (backup) with a single click  (Read 439 times)

Wim.Koornneef

  • Full Member
  • ***
  • Posts: 37
How to start a sync (backup) with a single click
« on: January 03, 2011, 07:48:47 AM »
Hello,

Q) Is it possible to do a backup action from modified and new files on a USB disk to a folder on a remote server via internet and sFTP with just a single click on a Watcher/Alias/file ?

For a local incremental backup of my USB flash drive I use SynchronizePro, I just click on a file that initiates the backup and all is automatically done, problem is that SynchronizePro can't be used with sFTP so for this I need Yummy FTP.

I can make a watcher and place this on the USB flash drive but then every time a file is changed it is transferred to the server, because the files are continuously changing they are uploaded over and over again so using a watcher isn't the best option for me.

With SynchronizePro I have an option to open other files when its done with the backup so I want to use this option to automatically start the internet backup with YummyFTP if this is possible.

Wim

JD

  • Administrator
  • FTP Guru
  • *****
  • Posts: 2156
Re: How to start a sync (backup) with a single click
« Reply #1 on: January 03, 2011, 08:46:05 AM »
Take a look at the Sync On Demand example AppleScript that is included in the Yummy FTP Extras. Choose the option from the Help menu to see the extras collection.

You could attach the script to Synchronize Pro, or save it as a double-click application file and manually start it as required.

Wim.Koornneef

  • Full Member
  • ***
  • Posts: 37
Re: How to start a sync (backup) with a single click
« Reply #2 on: January 03, 2011, 09:56:43 AM »
Hello Jason,

Thanks for the fast reply.
I used the "Update Server On Demand" applescript.
After I modified and saved the script as "application" the Yummy sFTP backup is running as expected.

Thanks again,
Wim

JD

  • Administrator
  • FTP Guru
  • *****
  • Posts: 2156
Re: How to start a sync (backup) with a single click
« Reply #3 on: January 03, 2011, 11:47:46 AM »
You're welcome! :)

Glad to hear my suggestion is satistfactory.