Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automated cross-server file backups
#1
In a further attempt to reduce power, I'm contemplating ditching my RAID1, putting it onto my RAID5, and doing an automated daily/weekly backup to a different PC entirely. Anyone do that? What tool do you use for that automation?

the other thought is to get a 2-bay enclosure NAS, sticking the drives in there. I could then downgrade the PC to an Intel Little Valley, 20W pc. Not sure how much power i'd save, though.
------------------------------------
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation
Reply
#2
There is a product called drivexml that is free for private use. IT can image the whole drive without needing to shutdown the OS.

If you want a straight file copy of non-os files and directories then just write a batch file to do the job and use a scheduled task.

Mick
Reply
#3
Anything though that doesn't shut down the OS isn't guaranteed to be able to restore back to a coherent system, since it can always hit a given set of files as the are being updated, and some of them have been and some haven't.
Dean Roddey
Explorans limites defectum
Reply
#4
That is not true at all. Online backup have been done for years on servers - where the guarantee is critical.
Image creation uses Microsoft's Volume Shadow Services (VSS), allowing you to create safe "hot images" even from drives currently in use.
Norton Ghost is an example of a pay version of this type of software.

Mick
Reply
#5
If you have a process that continuously copies any changes to another system as soon as they are made, then that could work, but it still can't be 100% guaranteed. Definitely no single pass system could ever guarantee that it's going to get a coherent image, because it cannot know that file A was just updated and file B is about to updated with information that references the info just written to file A. It would require reading the minds of the programs involved and knowing what they are going to do at some future time and to know that they always left files in a completely coherent state at all times, which isn't always the case.

Even with a constant copying scheme, if the system failed, it could happen while a file is being updated but not completed, or after file A had been shadow copied but file B that references it hasn't, etc..., it would seem to me.
Dean Roddey
Explorans limites defectum
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how would i read a csv file? indygreg 6 4,705 11-14-2017, 09:53 AM
Last Post: Dean Roddey
  UPB PIM - Simply Automated vs PulseWorx batwater 2 3,373 10-21-2017, 07:25 AM
Last Post: rtarver
  other odd uses for CQC / manage backups? SomeWhatLost 2 1,640 08-22-2016, 03:26 PM
Last Post: znelbok
  after last storm/power outage my CQC Master Server is no more SomeWhatLost 5 4,167 03-01-2016, 10:56 AM
Last Post: wuench
  Automated curtains? rtarver 5 3,358 08-24-2015, 07:26 PM
Last Post: Shaky
  Zotac PI320 as CQC Server Bugman 5 3,305 05-09-2015, 03:29 PM
Last Post: ellisr63
  Google Music All Play Logitech Media Server Plugin batwater 6 9,555 01-02-2015, 05:46 AM
Last Post: batwater
  Windows 2012 Server and Squeezbox Server zra 6 4,157 01-02-2015, 03:37 AM
Last Post: zra
  Windows 8.1 and file sharing Mark Stega 3 2,826 10-09-2014, 10:51 AM
Last Post: Dean Roddey
  Suggestions on Server OS and HD...drive failing EST 7 4,379 04-09-2014, 09:25 AM
Last Post: EST

Forum Jump:


Users browsing this thread: 1 Guest(s)