This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Basecamp Data backup

Former Member
Former Member
I have to date loads of Custom Birdseye maps and other tracks, routes etc stored under my collection within Basecamp. I cannot find these on my Mac anywhere and wish to backup safely to a usb pen drive. Can anybody inform me where they are stored and any other tips for re-installing in the event of a crash etc. many thanks.
  • Former Member
    0 Former Member over 13 years ago
    I use google's DropBox. It free and works great.

    https://forums.garmin.com/showthread.php?t=24346&highlight=dropbox



    I've already got Dropbox on both Macs. Never thought of trying that. D'Oh.
  • x2 for Dropbox, which is also a fast and handy way to transfer that new route to my laptop without going through a whole backup.

    -dan
  • I use DropBox for syncing BaseCamp. Never had a problem and I have been through about 6 updates of BC. The MBP is always in sync a few seconds after connecting to the internet.

    The dropbox works great for syncing here is clarification if you are like me and only visit the terminal when double click fails.

    My home directory is pseabolt and my dropbox is in my home directory. Below it the terminal output. I added the numbers for line identification.

    1. MBPro-7:~ pseabolt$ cd ~pseabolt/Library/Application\ Support/Garmin
    2. MBPro-7:Garmin pseabolt$ ln -s pseabolt/Dropbox/BaseCamp
    3. MBPro-7:Garmin pseabolt$

    4. MBPro-7:Garmin pseabolt$ ln -s ~pseabolt/Dropbox/BaseCamp
    5. MBPro-7:Garmin pseabolt$

    Line 1 changes directory to the garmin directory.
    Line 2 will cause garmin to crash. I left the ~ off and the In -s created a alias but pointed to the wrong place.
    I trashed the BaseCamp link created in the garmin folder, corrected the syntax in Line 4 and basecamp is happy.

    See the links in the post above for more information on setting up the sync and a app to eliminate the terminal commands.
  • Former Member
    0 Former Member over 13 years ago
    I have Basecamp (for Mac) loaded on my iMac desktop and also on my MacBook Air. I create waypoints, routes etc. on my desktop and load them onto a Montana 600 which I use on my motorcycle. When on long motorcycle trips, I carry my MacBook Air, so I want Basecamp on my MacBook to have the exact same user data as I have on my desktop iMac. To do this I have been selecting File/Backup on the iMac and saving the backup file of "My Collection" on my desktop. I then use the Air Drop function to wirelessly transfer that file to my MacBook. Typically I have saved that file to Downloads on the Macbook. I then go into Basecamp, select File/Restore and choose the backup file in the Dowmloads folder. Today when I tried to do this, the Backup file was greyed out and I could not select it while in the Restore operation. I next tried saving the Backup file to the Documents folder on my MacBook and it too was greyed out when I tried to choose it for the Restore operation. Any idea why this might be and what I can do to restore my Basecamp data on my MacBook using the Backup file from my iMac? Could I have inadvertently done something different this time around?


    I solved my problem with a suggestion from ADVRider forums. A poster suggested I check the file extension on the backup file that I created and saved to my desktop to ensure it indeed read dotBackup. Lo and behold it did not; it read dotGPX. How might that have happened you ask. We;;, when I saved the backup to my desktop, I changed the filename ever so slightly (changing the date format). Without me noticing, the file extension was changed to dotGPX. I presume this is why I could not select it to Restore after I had transferred it to my MacBook. Knowing this, I simply ran Backup again on my iMac, saved the file without touching the filename and after that, all worked as I would have expected. I moved it to my MacBook with AirDrop and was able to see and select it for the Restore function in Basecamp. All is now right with the world. I will also keep Dropbox in mind too in the future.
  • Former Member
    0 Former Member over 13 years ago
    I use DropBox for syncing BaseCamp. Never had a problem and I have been through about 6 updates of BC. The MBP is always in sync a few seconds after connecting to the internet.

    The dropbox works great for syncing here is clarification if you are like me and only visit the terminal when double click fails.

    My home directory is pseabolt and my dropbox is in my home directory. Below it the terminal output. I added the numbers for line identification.

    1. MBPro-7:~ pseabolt$ cd ~pseabolt/Library/Application\ Support/Garmin
    ...
    4. MBPro-7:Garmin pseabolt$ ln -s ~pseabolt/Dropbox/BaseCamp
    5. MBPro-7:Garmin pseabolt$

    Line 1 changes directory to the garmin directory.
    ...
    I ... corrected the syntax in Line 4 and basecamp is happy.

    See the links in the post above for more information on setting up the sync and a app to eliminate the terminal commands.


    Ok, color me stupid but those terminal commands don't seem to really provide a backup, i.e., a copy of a current file on your local machine to be made in your DropBox. Doesn't it really just fool BaseCamp into using your DropBox as the place to keep its datastore? Or, when you make the initial links does it actually copy the local files over to the DropBox then?

    Wouldn't just doing an rsync at the command line (with the appropriate options and directories) be the simpler way to create an actual backup file.
  • The original instructions started with this thread.
    https://forums.garmin.com/showthread.php?t=10869&highlight=dropbox
    BaseCamp requires your data folder to be in the Garmin folder in the following path.
    /Users/pseabolt/Library/Application Support/Garmin
    The Terminal commands make a pointer for the BaseCamp folder to the DropBox folder. Anything in the Dropbox folder is backup by Google and I share my Dropbox folder with three computers. If I make changes on the MBP, as soon as I connect to the internet, Google syncs to my other computer and makes a backup. I don't think the rsync command would be anywhere close to being as simple.
    I have one BaseCamp data folder synced with 3 computers and backed up by google. If you use BaseCamp on two or more computers, dropbox is the best solution, in my opinion. The backup is a nice extra feature, you can access your DropBox files from a web browser and Dropbox lets you undelete files that were added to it. You could also undo any changes made to a document and restore it to its previous version.

    I think Marcopolo99 interest in Backup was to sync BC data between two computer.
  • Former Member
    0 Former Member over 13 years ago
    ... Anything in the Dropbox folder is backup by Google and I share my Dropbox folder with three computers. If I make changes on the MBP, as soon as I connect to the internet, Google syncs to my other computer and makes a backup. I don't think the rsync command would be anywhere close to being as simple.
    I have one BaseCamp data folder synced with 3 computers and backed up by google. If you use BaseCamp on two or more computers, dropbox is the best solution, in my opinion. The backup is a nice extra feature, you can access your DropBox files from a web browser and Dropbox lets you undelete files that were added to it. You could also undo any changes made to a document and restore it to its previous version.

    I think Marcopolo99 interest in Backup was to sync BC data between two computer.


    Ah, thanks. I think I've got it now. I had forgotten precisely how DropBox works (even though I use it on multiple machines myself).

    The part I had forgotten was that DropBox has a local store as well as a cloud store.

    You are correct: using DropBox with the ln pointers is much, much simpler than using rsync alone.

    Thanks...