This is the way I do it

iamok=0
dropbox=Getenv("USERPROFILE")+"\Dropbox"
cdir1=Getenv("USERPROFILE")+"\Dropbox"
cdir2=Getenv("USERPROFILE")+"\GoogleDrive"
cdir3=Getenv("USERPROFILE")+"\Skydrive"
DO case
CASE Directory(cdir1)
   iamok=1
   cdir=cdir1
CASE Directory(cdir2)
   iamok=1
   cdir=cdir2
CASE Directory(cdir3)
   iamok=1
   cdir=cdir3
ENDCASE

IF iamok=0
   =MESSAGEBOX("Sorry, the system cannot see a cloud location to back up
to......",0,'')
   RETURN
ENDIF

I then use AZIP32 to create a zip file and copy the zip file to this folder
Works great






On Tue, May 13, 2014 at 9:30 AM, Mike Copeland <[email protected]> wrote:

> I have just finished testing and will be implementing Google Drive with
> SyncBackPro. I got the lead for SyncBackPro from this list a week or so
> ago, and had played with Google cloud storage in the past.
>
> The combo works well! Very happy with it.
>
> Will be abandoning Rackspace's Jungle Disc as it just isn't reliable and
> their tech support has no solution.
>
> Mike Copeland
>
>
>
> Rafael Copquin wrote:
>
>> I have this client running a VFP9 app based in dbf's that just had his
>> main server disk gone to heaven (I should have said to hell, but I might
>> offend some people so...:-) )
>>
>> Anyways, eons ago I installed a simple backup routine that zips all the
>> tables and sends the zip file from the server to another machine in the
>> LAN. This is supposedly done by the manager, but this guy has been on
>> holidays for two weeks now and no one has made the backup. And I doubt that
>> the manager backs up the info every day. They haven't called me for years
>> and now all of a sudden they remembered good old Rafael and called me in
>> despair.
>>
>> I know I can set up a programmed task in the server to back up this zip
>> file into another machine, but I would like to send the zip file to the
>> cloud (dropbox comes to mind)
>>
>> Can any one of you show me how this is done or pass me a routine to do
>> that? Or even suggest a different cloud storage (onedrive,google drive,
>> mediafire, or others) ?
>>
>> Thanks in advance
>>
>> Rafael Copquin
>>
>>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAG1nNy9qcYRaQGpj-w4D8rsR-dP-OQkAmsewz06_OgECjGjy=g...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to