I have a bit of general knowedge when it comes to linux, but I fall short rapidly when it comes to application.
Here is my situation. I'm putting together a basic linux file server. It will have one system drive and 2 data drives. I have no plans to use any kind of raid at this stage. I will mount each drive normally.
One of the data drives will be shared on the network. What I would like to do is use a program or create a macro that will compare the shared drive with the second data drive, and have it automatically check for differences and copy/override/remove files as necessary in whatever time interval I set. I realize that this is precisely what Raid 1 is designed to do, but I'm specifically avoiding raid. Also, I like the idea that the secondary won't be spinning every time I use the server.
My ideal solution would be an command line solution with or without a time component, but I'm open to any suggestions. Full automation is not completely necessary. Thanks in advance.
Here is my situation. I'm putting together a basic linux file server. It will have one system drive and 2 data drives. I have no plans to use any kind of raid at this stage. I will mount each drive normally.
One of the data drives will be shared on the network. What I would like to do is use a program or create a macro that will compare the shared drive with the second data drive, and have it automatically check for differences and copy/override/remove files as necessary in whatever time interval I set. I realize that this is precisely what Raid 1 is designed to do, but I'm specifically avoiding raid. Also, I like the idea that the secondary won't be spinning every time I use the server.
My ideal solution would be an command line solution with or without a time component, but I'm open to any suggestions. Full automation is not completely necessary. Thanks in advance.