Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


lchiu7

6470 posts

Uber Geek

Trusted

#251477 27-Jun-2019 09:06
Send private message

I provide some support to a friend who has a small office network and a NAS which has all the important files. They are also a user of Office 365 with a terabyte of storage available.

I'd like to be able to backup them up to OneDrive and wondering if people have some suggestions on the best way to do this?

Currently as an interim measure what I do is run nightly task to copy all the important files of the NAS to a local PC which is running Windows 10 and a SSD boot drive. The amount of storage being backed up is probably no more than 10 gigabytes. The data it is copied to the OneDrive folder on the local PC and that of course synchronises it with the cloud continuously.

That works ok but I would prefer a process where I didn't have to make another copy of the NAS before backing it up to OneDrive. Do people have any ideas or experiences on a better way to do this? Thanks




Staying in Wellington. Check out my AirBnB in the Wellington CBD.  https://www.airbnb.co.nz/h/wellycbd  PM me and mention GZ to get a 15% discount and no AirBnB charges.


Create new topic
nutbugs
269 posts

Ultimate Geek

Lifetime subscriber

  #2265551 27-Jun-2019 09:14
Send private message

What brand is the NAS? My Netgear has builtin support for a range of cloud services. 




lchiu7

6470 posts

Uber Geek

Trusted

  #2265554 27-Jun-2019 09:21
Send private message

nutbugs:

What brand is the NAS? My Netgear has builtin support for a range of cloud services. 



It's a fairly old Acer brand NAS that does not have cloud support.




Staying in Wellington. Check out my AirBnB in the Wellington CBD.  https://www.airbnb.co.nz/h/wellycbd  PM me and mention GZ to get a 15% discount and no AirBnB charges.


snowfly
543 posts

Ultimate Geek


  #2265578 27-Jun-2019 09:23
Send private message

As above, check if the NAS has built in software for cloud sync.

 

I have a QNAP NAS and use its "Cloud drive sync" software to automatically sync every day to Onedrive, over 450 GB stored in onedrive.

 

 *Edit... I see you mention its an old NAS, do you have command line access? Perhaps try something like Rclone (rsync) for cloud services.




CYaBro
4583 posts

Uber Geek

ID Verified
Trusted

  #2265584 27-Jun-2019 09:28
Send private message

If there's not that much data why not have the live working versions in OneDrive and they work on them from there?

 

Then setup a full PC backup using something like the free Veeam Endpoint backup and backup the images from that to the NAS?





Opinions are my own and not the views of my employer.


timmmay
20575 posts

Uber Geek

Trusted
Lifetime subscriber

  #2265629 27-Jun-2019 09:43
Send private message

If you need a backup, rather than a copy, run Restic (best, command line, incremental backup) or CloudBerry backup (good, flexible, GUI) to backup to OneDrive. I don't know if Restic backs up there natively, but if it's mapped as a drive that's fine.

 

If you need a copy of files you can access directly rather than a backup, then use Cloudberry backup or something else (Robocopy?) to mirror it up there. CloudBerry can copy to just about any cloud storage.

 

If you map a drive, you risk having someone simply delete the backups. Versioning of files in cloud storage is also useful to prevent against losing data.


billgates
4705 posts

Uber Geek

Trusted

  #2265634 27-Jun-2019 09:50
Send private message

Cloud storage services like Microsoft OneDrive, Google Drive etc should not be used as a backup storage solution. They are sync services so if you delete a file or folder on your end device, it will reflect the same on OneDrive which is not how backups work or should work and you can imagine accidental deletion of all files/folders on end device and sync reflection of that on OneDrive. 

 

You should look at using true offsite backup solutions like Crashplan, Backblaze etc that retain data and not delete it automatically as you delete it from your end device. Personally I use Cloudberry Pro application with Wasabi cloud to backup all my data for offsite.





Do whatever you want to do man.

  

shaned
20 posts

Geek


  #2265637 27-Jun-2019 09:54
Send private message

If you have another offsite location you can use ResilioSync to sync folders between machines. It has clients for an impressive number of OSs and NASs. For proper backup you'd also want to set up some kind of snapshot scheme on the target (lvm,btrs,zfs,git) to protect from accidental deletes or cryptolocker infections.


 
 
 

Cloud spending continues to surge globally, but most organisations haven’t made the changes necessary to maximise the value and cost-efficiency benefits of their cloud investments. Download the whitepaper From Overspend to Advantage now.
lchiu7

6470 posts

Uber Geek

Trusted

  #2265641 27-Jun-2019 09:59
Send private message

Thanks for the replies. I'm now looking at a Synology NAS and using their cloud backup software. Time to upgrade the NAS anyway. Probably least amount of work.




Staying in Wellington. Check out my AirBnB in the Wellington CBD.  https://www.airbnb.co.nz/h/wellycbd  PM me and mention GZ to get a 15% discount and no AirBnB charges.


lchiu7

6470 posts

Uber Geek

Trusted

  #2265667 27-Jun-2019 10:51
Send private message

snowfly:

As above, check if the NAS has built in software for cloud sync.


I have a QNAP NAS and use its "Cloud drive sync" software to automatically sync every day to Onedrive, over 450 GB stored in onedrive.


 *Edit... I see you mention its an old NAS, do you have command line access? Perhaps try something like Rclone (rsync) for cloud services.



Just took a look at our Rclone. That looks interesting.

But just like the current solution I'm going to need to have a PC running it.




Staying in Wellington. Check out my AirBnB in the Wellington CBD.  https://www.airbnb.co.nz/h/wellycbd  PM me and mention GZ to get a 15% discount and no AirBnB charges.


wsnz
649 posts

Ultimate Geek


  #2265839 27-Jun-2019 18:08
Send private message

Some NAS software supports a one-way copy, so you could use this for backing up to Onedrive.

 

You need to be careful that backups are actually executing and successfully completing, so I'd advise configuring any logging/notification service on the NAS if you can. 

 

Another method would be to use a service like Crashplan, but not many run natively (and fully supported by the vendor) on the NAS so you'd need to configure another device to run the service.

 

I would also give some consideration to security requirements for your files. The native app's running on the NAS aren't necessarily going to provide you with much.


Jogre
182 posts

Master Geek


  #2269079 3-Jul-2019 10:24
Send private message

billgates:

 

Cloud storage services like Microsoft OneDrive, Google Drive etc should not be used as a backup storage solution. They are sync services so if you delete a file or folder on your end device, it will reflect the same on OneDrive which is not how backups work or should work and you can imagine accidental deletion of all files/folders on end device and sync reflection of that on OneDrive. 

 

You should look at using true offsite backup solutions like Crashplan, Backblaze etc that retain data and not delete it automatically as you delete it from your end device. Personally I use Cloudberry Pro application with Wasabi cloud to backup all my data for offsite.

 

 

Love the forum handle.

 

Depends on the version of Onedrive. OneDrive for Business has Version History and Recycle Bin options which would help you in a jiffy. The ransomware protection built into OneDrive and SharePoint uses this Version History along with bulk-file change/delete to help you if you get hit also (bonus info). I see where you're coming from on the retention side of things though as I had a QNAP backing up to Azure blob for a customer but we weren't getting retention on the backups so when a critical file corrupted, Azure had a copy of that file and we couldn't get a version of it before corruption (basically mirroring).


jonathan18
7413 posts

Uber Geek

ID Verified
Trusted

  #2269092 3-Jul-2019 10:52
Send private message

Jogre:

 

Depends on the version of Onedrive. OneDrive for Business has Version History and Recycle Bin options which would help you in a jiffy.

 

Apologies if this comes across as a case involving grandmothers and eggs, and it could well be that the Business version of OneDrive is more comprehensive in how it manages version history etc, but even the personal edition offers version history and a recycle bin, both going back 30 days.

 

Again, not trying to suggest it's a proper "back-up solution", but it sure is a helpful feature available to anyone with OneDrive, and it's saved my bacon on more than one occasion.

 

(That said, for the bulk of the population for home use  I imagine that OneDrive (and its equivalents) used properly can actually function 99% of the time as an adequate alternative to a proper back-up. It's relatively easy to  set up, seamless, low-maintenance, affordable, and common [through O365 subs]. Of course, people should know and understand the limitations and risks, but surely it is always be better to have comprehensive cloud storage in place rather than nothing?)


Jogre
182 posts

Master Geek


  #2269102 3-Jul-2019 11:03
Send private message

jonathan18:

 

Again, not trying to suggest it's a proper "back-up solution", but it sure is a helpful feature available to anyone with OneDrive, and it's saved my bacon on more than one occasion.

 

 

Correct, and Known-Folder Move is awesome to help save bacon as well. I was manually redirecting Profile folders (Desktop, Docs, Pictures etc) into OD4B which saved a customer who'd moved 80GB of photos including wedding photos with no other backups.


Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.