Jump to content

Sync Google drive or dropbox

Zygizz

Helllo ,

 

 in home using unraid with parity drive but i want to have extra defense incase terrible hard drive failure 

 

i want sync files with google drive or dropbox , but they dont support syncing network drives :/ any ideas how to make it work or different solutions? maybe trying different google drive client as insyc ?  ( but i dont if that sort of stuff is legit or not :/ ) 

 

Thanks in advance ^^ 

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, Zygizz said:

Helllo ,

 

 in home using unraid with parity drive but i want to have extra defense incase terrible hard drive failure 

 

i want sync files with google drive or dropbox , but they dont support syncing network drives :/ any ideas how to make it work or different solutions? maybe trying different google drive client as insyc ?  ( but i dont if that sort of stuff is legit or not :/ ) 

 

Thanks in advance ^^ 

If your NAS OS was Windows based, you could install the Google Drive client onto the host.

 

Alternatively, you could create a Windows VM, install Google Drive client, then use RSync to sync between your shared drive and the Google Drive "folder".

For Sale: Meraki Bundle

 

iPhone Xr 128 GB Product Red - HP Spectre x360 13" (i5 - 8 GB RAM - 256 GB SSD) - HP ZBook 15v G5 15" (i7-8850H - 16 GB RAM - 512 GB SSD - NVIDIA Quadro P600)

 

Link to comment
Share on other sites

Link to post
Share on other sites

3 hours ago, Zygizz said:

Helllo ,

 

 in home using unraid with parity drive but i want to have extra defense incase terrible hard drive failure 

 

i want sync files with google drive or dropbox , but they dont support syncing network drives :/ any ideas how to make it work or different solutions? maybe trying different google drive client as insyc ?  ( but i dont if that sort of stuff is legit or not :/ ) 

 

Thanks in advance ^^ 

If you can mount them then you can just use rsync from cron.

Edit your crontab to something like..

@daily /usr/bin/rsync -a /source /dest

add -z to compress, add --delete to remove files at the destination that don't exist at the source. man rsync for more switches

 

Pretty sure Linux can mount dropbox and google drive from fuse so check for packages for that.

"Only proprietary software vendors want proprietary software." - Dexter's Law

Link to comment
Share on other sites

Link to post
Share on other sites

10 hours ago, dalekphalm said:

If your NAS OS was Windows based, you could install the Google Drive client onto the host.

 

Alternatively, you could create a Windows VM, install Google Drive client, then use RSync to sync between your shared drive and the Google Drive "folder".

Yes , i bit forgot to include it am using Windows Vm in my server for some applications, am gonna try out RSync 

Link to comment
Share on other sites

Link to post
Share on other sites

4 hours ago, Zygizz said:

Yes , i bit forgot to include it am using Windows Vm in my server for some applications, am gonna try out RSync 

For Windows, you'll have to use RoboCopy or XCopy, if you want to use first party utilities. I don't think Windows has native RSync support yet.

 

They're pretty similar, just different syntax.

For Sale: Meraki Bundle

 

iPhone Xr 128 GB Product Red - HP Spectre x360 13" (i5 - 8 GB RAM - 256 GB SSD) - HP ZBook 15v G5 15" (i7-8850H - 16 GB RAM - 512 GB SSD - NVIDIA Quadro P600)

 

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...
On 2018-06-29 at 4:06 PM, dalekphalm said:

For Windows, you'll have to use RoboCopy or XCopy, if you want to use first party utilities. I don't think Windows has native RSync support yet.

 

They're pretty similar, just different syntax.

Thanks for replay , i was away for a while maybe you know some programs with gui interfaces? 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×