How does it compare to http://freefilesync.sourceforge.net/ ? Apart from the delta copying the feature list sounds similar. I find the FreeFileSync UI quite usable.
What about Cobian Backup, Duplicity, Duplicati, rsync.net ?
Show HN: Bvckup 2 – Simple Fast Backup for Windows
61–70 of 106 posts
Re: Show HN: Bvckup 2 – Simple Fast Backup for Windows
#62Re: Show HN: Bvckup 2 – Simple Fast Backup for Windows
#63I'm most interested in the delta copying. After a little bit of research in the forums I'm guessing you save block hashes of full copies and then compare the source blocks to the block hashes and copy only if they differ. Or does the app install a driver to get the changed blocks in files without rereading the whole file?
Re: Show HN: Bvckup 2 – Simple Fast Backup for Windows
#64Earlier quoted context omitted.
NTFS supports snapshots, which it calls Volume Shadow Copies.
From what I've read persistent volume snapshots has been removed from W8 and replaced with File History. You can still use VSS to make temporary snapshots though (and that's what allows backup apps to process locked files).
(Get-WmiObject -list win32_shadowcopy).Create("C:\","ClientAccessible")Re: Show HN: Bvckup 2 – Simple Fast Backup for Windows
#65I'm most interested in the delta copying. After a little bit of research in the forums I'm guessing you save block hashes of full copies and then compare the source blocks to the block hashes and copy only if they differ. Or does the app install a driver to get the changed blocks in files without rereading the whole file?
Re: Show HN: Bvckup 2 – Simple Fast Backup for Windows
#66I'm most interested in the delta copying. After a little bit of research in the forums I'm guessing you save block hashes of full copies and then compare the source blocks to the block hashes and copy only if they differ. Or does the app install a driver to get the changed blocks in files without rereading the whole file?
VSS in Windows handles this natively, you just have to access the appropriate providers
Re: Show HN: Bvckup 2 – Simple Fast Backup for Windows
#67I'm most interested in the delta copying. After a little bit of research in the forums I'm guessing you save block hashes of full copies and then compare the source blocks to the block hashes and copy only if they differ. Or does the app install a driver to get the changed blocks in files without rereading the whole file?
VSS in Windows handles this natively, you just have to access the appropriate providers
Re: Show HN: Bvckup 2 – Simple Fast Backup for Windows
#68Author's here. A bit of a background on the project if I may. I wrote the original version several years ago. It was purely for myself, to automate the way I was doing the backups at the time. I also threw together a website and put it online, just because and with no hope that something this simple would be in demand. Then went on doing other things like having kids and what not. Fast forward to 2012 and there's a c…
not sure why you claim it has an excellent UI, it's a very simple UI with the usual toolbar (who has those anymore? I guess that's a Windows thing.) To me, it looks like one of the basic autogenerated MFC apps with a toolbar and list view that I made dozens of in the 90s. I guess I'm spoiled on a Mac and don't need additional tools (or UIs) on Linux.
Re: Show HN: Bvckup 2 – Simple Fast Backup for Windows
#69Author's here. A bit of a background on the project if I may. I wrote the original version several years ago. It was purely for myself, to automate the way I was doing the backups at the time. I also threw together a website and put it online, just because and with no hope that something this simple would be in demand. Then went on doing other things like having kids and what not. Fast forward to 2012 and there's a c…
Re: Show HN: Bvckup 2 – Simple Fast Backup for Windows
#70Earlier quoted context omitted.
Faster bulk copying, lighter build, lighter on resource usage, removable device tracking, much better UI (it's subjective, of course, but just try it out and see for yourself). Formal backup planner, dry runs, native support for running as a service with separate engine and UI processes. -- edit -- Let me give an example of what I mean by "much better UI". Bvckup 2 has a hierarchical log viewer [1] and this thing doe…
> It could very well pass for a modest PhD thesis in a smaller university :) This may be a bit far-fetched. Some might even say disrespectful to the bulk of PhDs out there, who typically worked several years (not weeks) to complete their dissertations. From properly relating to current state of the art, to actually developing multiple (not just a single one) techniques improving it, and finishing by properly presenti…
When I was a grad student, at one point I took a 'reading course'. A paper was required, maybe just expository and not necessarily original. I started with a problem seen but not solved in a course. I hit the library and saw no solution. In an evening I got some rough ideas for a solution and then proposed solving the problem as my 'course'. A prof looked at the problem for a weekend, didn't see a solution, and agreed that the problem was significant enough. We shook hands. Then immediately I outlined my first cut solution.
Then in some pleasant evenings for two weeks, sitting with my wife on our bed as she watched TV, I found a good, clean, solid solution. In addition I discovered a new theorem comparable with the famous Whitney extension theorem and applied it to solve my problem and, also, produce some curious additional, new results. I also found that I'd solved a problem stated but not solved in a famous paper in mathematical economics by Arrow, Hurwicz, and Uzawa. Poor Uzawa -- apparently so far he has yet to get his Prize! I published the paper in JOTA, right away, with no significant revisions. So, about four weeks of pleasant, not very hard, work, and I'd met the formal requirement for a Ph.D. dissertation. I used another piece of work I'd done for my Ph.D. dissertation, but that paper did 'polish my halo' in the department.
Net, length of time is not one of the criteria!