Home General Discussion

Syncing files between desktop and laptop

greentooth
Offline / Send Message
Vertrucio greentooth
I'm having some trouble keeping my desktop and laptop files in sync, especially for large projects, or just large files. I like to keep a lot of undo levels in zbrush, which balloons the file size.

I'd like to find some solution that is fast and simple, even automated. Something where I get home, connect my laptop to my local network, hit a button and it syncs. I'm even willing to get a home NAS, or a router with a built in storage port.

Google Drive and dropbox work for small files, and I use those a lot for general use. But our kind of work can generate files that quickly overwhelm these services, or net connections.

My home network is a gigabit connection, so I figure transferring files locally should be easy and fast, but trying to get windows 7 to get a solid local connection for file transfer has been nothing but frustrating.

I'm technically able enough to do things like install DD-WRT on routers, but networking tech eludes me.

Right now I'm just throwing everything on a high end USB 3.0 thumbdrive, and sync using MS Synctoy. It works, but I'd like to leverage all this network tech around the house.

Any help?

Replies

  • Jon Jones
    Options
    Offline / Send Message
    Jon Jones polycounter lvl 18
    I'm working on sorting this out myself both for my work PC and home laptop, and also with external vendors halfway across the world. Not a simple problem.

    Lots of people tell me rsync, or a commercial application of it like Syncrify.

    Something sorta cheap you might try that would be somewhat painless (though you still have to pay for Dropbox or Box or GDrive or whatever) is using hard symbolic links on your desktop and laptop. http://www.2brightsparks.com/freeware/freeware-hub.html

    Basically, you can map a specific directory on your HD (for example, /Dropbox/work/whateverproject/) to its own drive letter. Let's say you pick a Dropbox folder you like, and map that to your J: drive on both PCs, then use that as a working directory. As you're working and saving, it's always automatically syncing to Dropbox and then back to whichever PC you're not currently using. All the drive letters and directories stay intact as well. You don't have to run any extra software or do anything special, because it's all built into Windows. It'll be invisible to you and basically just work.

    If your storage starts getting full, though, you could use something like SyncBack Free (http://www.2brightsparks.com/freeware/freeware-hub.html) to automatically either sync or move items in those folders to a non-cloud-storage location on a specific timetable. I haven't checked to see if you can set up conditional rules (if total X directory size > 25gb then move to Y directory), but it's worth a look.

    Hope that helps, even though it's more of a hack than a solution.
  • m4dcow
    Options
    Offline / Send Message
    m4dcow interpolator
    Check out AeroFS (http://www.aerofs.com), it is basically like dropbox but on your own machines.
  • cptSwing
    Options
    Offline / Send Message
    cptSwing polycounter lvl 11
    Dropbox also has a LAN-Sync option that transfers files directly between your two networked computers..
  • skyline5gtr
    Options
    Offline / Send Message
    skyline5gtr polycounter lvl 9
    dropbox for sure
  • WarrenM
    Options
    Offline / Send Message
    I love DropBox and use it every day. I also do what Jon suggests and set up a proper drive letter for my DropBox folder. Makes everything super simple...
  • Illusions
    Options
    Offline / Send Message
    Illusions polycounter lvl 18
    Vertrucio wrote: »
    I'd like to find some solution that is fast and simple, even automated. Something where I get home, connect my laptop to my local network, hit a button and it syncs. I'm even willing to get a home NAS, or a router with a built in storage port.

    Right now I'm using GoodSync to keep my PC and Laptop in sync. Each computer has a similar setup of jobs, which are essentially rules and directions for syncing, and they also use a Synology DS213 as the NAS that they sync to, but you can use an external drive if you want. GoodSync also has options for backing up to FTP, so if you wanted to you could also sync certain files to your own online storage. This solution is pretty automated if you set the jobs/rules right. I don't really have to interact with it at all other than occasionally updating it and clearing errors that are stopping it from syncing, for instance if you set a rule that states to not sync a file that has changed more than 30%, and to wait on you to specify what to do, you're going to have to remember to go into GoodSync to clear this if a file changes more than 30%.

    Also if you are experiencing slow transfers on a gigabit network, you might want to check that the ports on the router, the computers' network cards, and any hubs are all capable of gigabit speeds.
  • kneedeepinthedoomed
    I'm using rsync to keep my working copies and backups synched.

    Basically I use a command line like

    rsync -avz /from_dir/ /to_dir

    to incrementally sync the contents of from_dir and to_dir. You can use a bash script / bat file to run that line. No servers or version control systems are needed for this. It simply synchs the files between two directories.

    Best thing about rsync: It copies only files that have changed and hence is very fast.

    https://en.wikipedia.org/wiki/Rsync

    Rsync can also do its thing across hosts in a LAN or even over the internet:

    rsync -avz /from_dir/ user@host:/to_dir

    etc.

    It is fast and, once you have the right command lines (script!), easy to use.
  • Richard Kain
    Options
    Offline / Send Message
    Richard Kain polycounter lvl 18
    I have a subversion server set up at my house. I regularly do work on my laptop, and then commit the changes to my SVN server when I go home. It works fairly well, and allows me to keep the versions on my other home desktop boxes up-to-date. It also provides me with access to older versions of my software if I need them.
  • Asyme
    Options
    Offline / Send Message
    I've used Dropbox for ages and it's great but a bit limited in size unless you purchase a lot. Recently switched over to copy which is well worth a look. 20gig to begin with, +5gig for referrals.
  • monster
    Options
    Offline / Send Message
    monster polycounter
    I play for Dropbox, it's amazing for contract work. I'll list the reason for my case:

    1. Keeps all my computers in sync with no tech knowledge.
    2. You can access the files from the web, or with the app. (I've shown my animation reel on my iPad dozens of times.)
    3. It keeps old versions of files, that you can restore or download seperatly.
    4. You can share a folder with a client, so they get work delivered as you create content. (Assuming you want to do that.) And vice versa.
    5. I sync my 3ds Max and Maya hotkeys between my computers auto-magically. (image below)
    6. You can share images easily on Polycount, and just save the file locally for it to update on the web. (again, image below.)

    folders.png

    I suppose you can do most of this with any syncing service. But everyone I've worked with has Dropbox.
  • WarrenM
    Options
    Offline / Send Message
    5. I sync my 3ds Max and Maya hotkeys between my computers auto-magically. (image below)
    I do this as well. It's also awesome for Modo since I can share my scripts and config between home and work. Anything I change instantly updates at the other location. So handy...
  • bounchfx
    Options
    Offline / Send Message
    bounchfx mod
    whoa, you can set up DB to be it's own drive letter? do you need to partition your HD to do so? This sounds super useful.
  • Vertrucio
    Options
    Offline / Send Message
    Vertrucio greentooth
    Thanks everyone. I wasn't aware that dropbox had a lan sync option, since I already use that service for non-art related work, I might as well try it out first.

    But, it looks like people use all sorts of other options so keep the recommendations coming, it could help out others who have more specific file sync needs.

    And thank you very much for the tip about syncing max and maya hotkeys. I probably could sync stuff like scripts, tools, etc. Wonder if it works for zbrush.
  • m4dcow
    Options
    Offline / Send Message
    m4dcow interpolator
    Again I will suggest AeroFS, It is a dropbox-like system that you install on your own computers. It has file history, selective sync etc... and best of all the space is limited by your own hardware.

    I mean the caveat is that your internet connection will be the bottleneck if you are off your network, but it still works.

    I still use dropbox in tandem, for smaller stuff like settings, scripts etc... but I use AeroFS to sync my work onto my home fileserver.

    http://aerofs.com/features
  • bounchfx
    Options
    Offline / Send Message
    bounchfx mod
    m4dcow wrote: »
    Again I will suggest AeroFS, It is a dropbox-like system that you install on your own computers. It has file history, selective sync etc... and best of all the space is limited by your own hardware.

    I mean the caveat is that your internet connection will be the bottleneck if you are off your network, but it still works.

    I still use dropbox in tandem, for smaller stuff like settings, scripts etc... but I use AeroFS to sync my work onto my home fileserver.

    http://aerofs.com/features

    Aero looks really cool in that.. you're not paying for space? the space you have is just whatever your HD is, yeah? How does it handle if I update a file offline, but so did my friend on the other side of my team folder, once I regain internet connectivity? It honestly sounds really good for working between 1-3 PO's, where as dropbox I can access my stuff from anywhere, and invite people to share, but I'm limited in space behind a paywall.
  • m4dcow
    Options
    Offline / Send Message
    m4dcow interpolator
    bounchfx wrote: »
    Aero looks really cool in that.. you're not paying for space? the space you have is just whatever your HD is, yeah? How does it handle if I update a file offline, but so did my friend on the other side of my team folder, once I regain internet connectivity? It honestly sounds really good for working between 1-3 PO's, where as dropbox I can access my stuff from anywhere, and invite people to share, but I'm limited in space behind a paywall.


    I'm not sure how it handles that particular case, but this issue would be there with dropbox also. Once the internet at your house or wherever is working, you can access files remotely.

    I even think it uses a peer to peer system, where if some other computer is connected to the internet using your same aerofs account, or part of a team it will sync via the quickest route.

    You can also share folders with other people.

    With the constraints mentioned by the OP, I thought AeroFS would be a good fit, and cheaper than dropbox.
  • the_Adri
    Options
    Offline / Send Message
    I don't really like using drop box. It's takes way too much time to upload.
  • notman
    Options
    Offline / Send Message
    notman polycounter lvl 18
    I just saw this on lifehacker. Looks interesting, though I haven't tried it:
    http://lifehacker.com/cloudup-shares-file-collections-both-local-and-online-1029323138


    nm, I didn't read far enough. Private beta, plus it doesn't appear to share locally
  • MmAaXx
    Options
    Offline / Send Message
    MmAaXx polycounter lvl 10
    I bought 200gb on Gdrive and I can say it is quite fast... but maybe because I have a good internet connection.
  • Lamont
    Options
    Offline / Send Message
    Lamont polycounter lvl 15
    Check out OwnCloud. You can set up a small box for less than $200 and run this.

    https://owncloud.com/
  • nyx702
    Options
    Offline / Send Message
    I use SugarSync between my laptop, desktop and work machine. https://www.sugarsync.com

    Its not as popular as DropBox (for some reason). The main reason I use this over other syncing services is that you can sync specific folders and match them to the other PCs.

    5 gigs free I think
  • Kwramm
    Options
    Offline / Send Message
    Kwramm interpolator
    so is there any solution that I can use in my home that works like dropbox but doesn't upload stuff to the internet? e.g. my main PC is running most of the time. I turn my laptop on and it just starts syncing in the background, pulling the files from my main PC (or NAS) over my local LAN?
  • Xendance
    Options
    Offline / Send Message
    Xendance polycounter lvl 7
    the_Adri wrote: »
    I don't really like using drop box. It's takes way too much time to upload.

    The only limiting factor should be your upload connection.
  • WarrenM
    Options
    Offline / Send Message
    Xendance wrote: »
    The only limiting factor should be your upload connection.
    Yeah, it's not throttling you. You should have the same issue with any service.

    My uploads from work are SUPER fast ...
  • Jon Jones
    Options
    Offline / Send Message
    Jon Jones polycounter lvl 18
    Dropbox Preferences -> Bandwidth -> Upload rate -> Don't limit. Ta-daa!
  • m4dcow
    Options
    Offline / Send Message
    m4dcow interpolator
    Kwramm wrote: »
    so is there any solution that I can use in my home that works like dropbox but doesn't upload stuff to the internet? e.g. my main PC is running most of the time. I turn my laptop on and it just starts syncing in the background, pulling the files from my main PC (or NAS) over my local LAN?

    Check out AeroFS (At this point it might seem like I have something to do with the company, but I don't)
  • the_Adri
    Options
    Offline / Send Message
    Xendance wrote: »
    The only limiting factor should be your upload connection.

    I made a mistake. I thought I had use dropbox, instead I was using Google Drive.
  • Kwramm
    Options
    Offline / Send Message
    Kwramm interpolator
    m4dcow wrote: »
    Check out AeroFS (At this point it might seem like I have something to do with the company, but I don't)

    thanks, but I did this the moment you posted first about this. But I have to sign up with them, which kinda irks me given that everything should stay in my local lan anyway - i.e. what's the reason for the signup?

    I was wondering if there's maybe a clever open source solution or something that doesn't throw me at the mercy of a company (and the Chinese government who loves to block useful sites like Dropbox for no reason). I really just want this for easy home syncing.
  • m4dcow
    Options
    Offline / Send Message
    m4dcow interpolator
    Kwramm wrote: »
    thanks, but I did this the moment you posted first about this. But I have to sign up with them, which kinda irks me given that everything should stay in my local lan anyway - i.e. what's the reason for the signup?

    I was wondering if there's maybe a clever open source solution or something that doesn't throw me at the mercy of a company (and the Chinese government who loves to block useful sites like Dropbox for no reason). I really just want this for easy home syncing.

    They do upload some stuff
    https://support.aerofs.com/entries/23728686-What-information-is-stored-on-the-AeroFS-servers-

    I know there are things like what you are asking for, but they tend not to be for windows thus typically over my head.
  • Kwramm
    Options
    Offline / Send Message
    Kwramm interpolator
    I see. thanks for the tip though. I'll keep AeroFS in mind if I don't find anything else
  • Bek
    Options
    Offline / Send Message
    Bek interpolator
    Dropbox has the option to sync over local lan. Try that? Or does the service require a net connection ever for local?

    Awhile ago I had a unix box which I'd turn on and I'd backup stuff to it using rsync, which is great because it only sends changes, not the whole file again. If you could set something like that up easily you'd be set. Dunno how well any windows ports would work though. Grsync might be the first one to check.
  • Denny
    Options
    Offline / Send Message
    Denny polycounter lvl 14
    You can try Cubby if you haven't found a solution you like yet. Cubby allows to make any folder a synced location. You can also decide if a folder should be a no-cloud synced source only syncing between computers that are connected at the same time. I used this feature between a rendering server and a video editing desktop station to grab the rendered results in real time.
  • barrywin
    Options
    Offline / Send Message
    KrojamSoft SyncFile helped me in the same. You may try it works well and sync file smoothly.
  • barrywin
    Options
    Offline / Send Message
    By using KrojamSoft SyncFile you can solve all sync related issues, it works well to sync any type of data, files and folders.
Sign In or Register to comment.