Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Dropbox sync with whole mac

Options
  • 17-03-2012 8:00pm
    #1
    Registered Users Posts: 331 ✭✭


    I know this may sound a bit over the top but there has to be a way. I am a developer and I upload all of my projects and stuff to Dropbox incase of inevitable computer failure. I was sick of drag/dropping files to dropbox, so I rm rf'd my documents folder and replaced it with an alias to a folder in Dropbox.

    However my mac does'n like this very much, and for example when I did this with my pictures folder, I could no longer open Photo Booth because it 'couldn't find' my pictures folder, even though there was an alias present.

    Is there a better way to fully integrate all / most of my mac with dropbox without using these messy aliases?

    Many thanks


Comments

  • Moderators, Category Moderators, Arts Moderators, Entertainment Moderators, Technology & Internet Moderators Posts: 22,671 CMod ✭✭✭✭Sad Professor


    Sounds like a recipe for disaster tbh. What's wrong with using Time Machine?


  • Registered Users Posts: 2,019 ✭✭✭Colonel Panic


    Most apps don't understand aliases. They just see them as a file. Symlinks are the way to go.

    I probably would've left the Documents folder intact and put a symlink to it in the Dropbox folder.

    Furthermore, do you use source control for your stuff? How about pushing it to Github or Bitbucket?


  • Registered Users Posts: 331 ✭✭taylorconor95


    use source control for your stuff? How about pushing it to Github or Bitbucket?

    You mean like repositories and stuff? I have some set up on my own server to store code between anybody working on a project, but I work off my local project files

    Ill have a look into those symlink things though never came across them, thanks.


  • Registered Users Posts: 5,246 ✭✭✭conor.hogan.2


    Sounds like you mainly want to use something like Picassa for photos and Github/whatever/whoever for your code instead of lashing everything into dropbox.

    Having a public repo (github etc) with examples of your code will help later too.

    I use alias out of my dropbox, as in store folders in the dropbox folder but alias out to another location.


  • Registered Users Posts: 331 ✭✭taylorconor95


    I use alias out of my dropbox, as in store folders in the dropbox folder but alias out to another location.

    Yeah thats what I had been doing but it was getting ugly as I sead in the original post.

    I set up those symlinks this morning (ln -s if i'm correct?) and its pretty awesome! The original files are stored locally, and the symlinks in my dropbox folder. So far its working well we'll see how long it takes for me to trust it. For now, hourly TM backups!


  • Advertisement
  • Registered Users Posts: 5,246 ✭✭✭conor.hogan.2


    For now, hourly TM backups!

    I would still recommend using an online code repository and picasa for photos and youtube/whatever for video along with Dropbox and a local external copy too.


  • Banned (with Prison Access) Posts: 898 ✭✭✭Liameter


    I noticed with Dropbox that, if you delete files from a Dropbox folder, they remain on the dropbox.com server for several days or even weeks. This means that you can go to that web site, log in, and "undelete" the files.


Advertisement