Arq 5: Massively faster backup and restore for Mac and Windows
51–60 of 194 posts
Re: Arq 5: Massively faster backup and restore for Mac and Windows
#52Still no support for S3's "Infrequent Access" storage class? It would be perfect for backups and is a good compromise between normal S3 and Glacier.
It does support that: http://i.imgur.com/EC1e83h.jpg .
Re: Arq 5: Massively faster backup and restore for Mac and Windows
#53Arq, (For backups to AWS - though obviously supports every cloud back end under the sun) and "Data Backup" by ProSoft engineering (For backups to USB) are my goto backup tools for day-day ensuring all my work documents are kept up to date. Yes, I have Crashplan (for the last couple years, backblaze for the three years before that) - but the constant chewing up of CPU cycles gets annoying after a while. And both crash…
Wait - what?
If your hard disk gets lost or destroyed, how do you protect those backups?
Re: Arq 5: Massively faster backup and restore for Mac and Windows
#54Earlier quoted context omitted.
How much data are you backing up? The compression and deduplication seem pretty good in Arq. My monthly AWS (and now Google Nearline) bill is usually around $2, so I hit the breakeven point vs the $5/month services pretty quickly.
My current backup is around 300 Gigs. I see the big advantage of Arq (over Backblaze) is the fact that you can choose your host. However their own hosting solution for $10/mo with a 250GB data cap is quite expensive. I can see that for smaller amounts of data Arq is more interesting, especially since it also stores history (which Backblaze does not).
Re: Arq 5: Massively faster backup and restore for Mac and Windows
#55I use Borg backup with lz4 compression, so I definitely don't think this is the wrong decision, just something to keep in mind (and, it does seem like something that could and maybe should be user-configurable).
Re: Arq 5: Massively faster backup and restore for Mac and Windows
#56Re: Arq 5: Massively faster backup and restore for Mac and Windows
#57How is this, from a technical point of view, more advanced than running rsync in a regular fashion (with hardlinks to keep cheap snapshots)? Just wondering about the technical aspects.
One differentiating factor is that rsync doesn't work with storage services like Amazon S3, Glacier, Google Drive, and the like.
if a few years ago somebody said "just copy all your private data to some place on the internet... but encrypt it first" you would take it for the crazy argument it is.
Re: Arq 5: Massively faster backup and restore for Mac and Windows
#58Arq, (For backups to AWS - though obviously supports every cloud back end under the sun) and "Data Backup" by ProSoft engineering (For backups to USB) are my goto backup tools for day-day ensuring all my work documents are kept up to date. Yes, I have Crashplan (for the last couple years, backblaze for the three years before that) - but the constant chewing up of CPU cycles gets annoying after a while. And both crash…
like deleting backups of Hard Drives that haven't been plugged in for 6 months Wait - what? If your hard disk gets lost or destroyed, how do you protect those backups?
For backblaze it's even less time.
Re: Arq 5: Massively faster backup and restore for Mac and Windows
#59If I understand well, Arq does not backup the whole computer. I am looking for a tool that allows for recovery of single files, but also that has a backup of the whole machine, so that if the HD crashes it is possible to rebuild it verbatim. What does HN suggest for such a tool? I used Norton Ghost for years (but it has been discontinued).
Re: Arq 5: Massively faster backup and restore for Mac and Windows
#60How is this, from a technical point of view, more advanced than running rsync in a regular fashion (with hardlinks to keep cheap snapshots)? Just wondering about the technical aspects.
One technical thing to note: Although the application itself is not open source, the developer has open-sourced a restore tool, to help ease the "what if they go out of business" concerns: https://github.com/sreitshamer/arq_restore Also, somebody else has created a Go utility that can read the backup format: https://github.com/asimihsan/arqinator Finally, if you really wanted to do it all yourself, the data format is…