Jump to content

Title says the goal. I'm looking for a solution to automatically scan for changes on a local system drive and migrate the data to my NAS. My intention is to also have a Windows system drive backup run as well (unless said software that can automatically migrate the data can to the same.)

Essentially the goal will be to be able to parse daily/weekly what have you a folder that contains raw recorded footage and migrate it to a redundant backup (ZFS2 Freenas). The only program I've known of that can achieve this was Robocopy, but I've been able to gather it's no longer prominent? This leads me to ask you fine folk if you're using something similar to automate these tasks.

Link to comment
https://linustechtips.com/topic/654622-automatic-file-backups-moves-like-robocopy/
Share on other sites

Link to post
Share on other sites

Just now, leadeater said:

Both CrashPlan and Veeam Endpoint Backup are free options for local backups, CrashPlan cloud backup costs extra but you don't have to use that.

I'm currently using SOS Online Backup. The Veeam I see would be able to handle disk level backups such as my OS drive (single SSD) but it's unclear if it can provide a straight move operation, instead of a backup.

The primary function of what I'm looking for is a monitoring of a folder on one, and migration of that data completely without my manual intervention.

Link to post
Share on other sites

1 minute ago, Nemockulous said:

I'm currently using SOS Online Backup. The Veeam I see would be able to handle disk level backups such as my OS drive (single SSD) but it's unclear if it can provide a straight move operation, instead of a backup.

The primary function of what I'm looking for is a monitoring of a folder on one, and migration of that data completely without my manual intervention.

Ah right, kinda missed the actual important point of the post :P

 

What you are looking for is currently called file archiving, I'm not aware of many free ones other than TeraCopy http://codesector.com/teracopy. Not sure if this can be scheduled or not, check it out and see what you think.

 

Robocopy will still work fine, old but solid and reliable.

Link to post
Share on other sites

10 hours ago, Nemockulous said:

Title says the goal. I'm looking for a solution to automatically scan for changes on a local system drive and migrate the data to my NAS. My intention is to also have a Windows system drive backup run as well (unless said software that can automatically migrate the data can to the same.)

Essentially the goal will be to be able to parse daily/weekly what have you a folder that contains raw recorded footage and migrate it to a redundant backup (ZFS2 Freenas). The only program I've known of that can achieve this was Robocopy, but I've been able to gather it's no longer prominent? This leads me to ask you fine folk if you're using something similar to automate these tasks.

There's nothing wrong with using RoboCopy still. I recently setup a RoboCopy batch script to copy captured WIFI logs from our WIFI Controller at work. (Our Cisco WIFI Controller doesn't have the reporting module license, so we use the built-in trap sender, and we use a trap receiver on one of the servers to capture the data, output it to a text logfile, then I use RoboCopy to mirror copy the files from the local server onto our file share (which is backed up every 4 hours).

 

So the batch file just runs on a schedule using Task Scheduler. Simple, easy to setup.

 

I often think people overthink these file/copy/mirror/backup tasks. You don't always need some fancy program to do it.

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 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

×