Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Operating Systems
ChromeOS & Linux
My favorite Linux apps:
Message
<blockquote data-quote="klepto" data-source="post: 1064431" data-attributes="member: 87970"><p>Testing an interesting offline backup solution for long term storage called bup. It has some glorious features, such as:</p><p></p><ul> <li data-xf-list-type="ul">It uses a rolling checksum algorithm (similar to rsync) to split large files into chunks. The most useful result of this is you can backup huge virtual machine (VM) disk images, databases, and XML files incrementally, even though they're typically all in one huge file, and not use tons of disk space for multiple versions.</li> <li data-xf-list-type="ul">It uses the packfile format from git (the open source version control system), so you can access the stored data even if you don't like bup's user interface.</li> <li data-xf-list-type="ul">Unlike git, it writes packfiles <em>directly</em> (instead of having a separate garbage collection / repacking stage) so it's fast even with gratuitously huge amounts of data. bup's improved index formats also allow you to track far more filenames than git (millions) and keep track of far more objects (hundreds or thousands of gigabytes).</li> <li data-xf-list-type="ul"><em><strong><strong><em>Bup can use "par2" redundancy to recover corrupted backups even if your disk has undetected bad sectors.</em></strong></strong></em></li> <li data-xf-list-type="ul">Even when a backup is incremental, you don't have to worry about restoring the full backup, then each of the incrementals in turn; an incremental backup <em>acts</em> as if it's a full backup, it just takes less disk space.</li> <li data-xf-list-type="ul">You can mount your bup repository as a FUSE filesystem and access the content that way, and even export it over Samba.</li> </ul><p>Bup has a fsck feature with par2 built in and par2 has recovered a ton of stuff for me in the past that I thought was not retrievable.. <img class="smilie smilie--emoji" loading="lazy" alt="🏴☠️" title="Pirate flag :pirate_flag:" src="https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f3f4-2620.png" data-shortname=":pirate_flag:" /><img class="smilie smilie--emoji" loading="lazy" alt="🏴☠️" title="Pirate flag :pirate_flag:" src="https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f3f4-2620.png" data-shortname=":pirate_flag:" /><img class="smilie smilie--emoji" loading="lazy" alt="🏴☠️" title="Pirate flag :pirate_flag:" src="https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f3f4-2620.png" data-shortname=":pirate_flag:" /></p><p>I already use vorta(borg) and restic along with a NAS box but this will be able to be put anywhere and easily accessed. It also has gui options for those who don't like in the terminal like I do.</p></blockquote><p></p>
[QUOTE="klepto, post: 1064431, member: 87970"] Testing an interesting offline backup solution for long term storage called bup. It has some glorious features, such as: [LIST] [*]It uses a rolling checksum algorithm (similar to rsync) to split large files into chunks. The most useful result of this is you can backup huge virtual machine (VM) disk images, databases, and XML files incrementally, even though they're typically all in one huge file, and not use tons of disk space for multiple versions. [*]It uses the packfile format from git (the open source version control system), so you can access the stored data even if you don't like bup's user interface. [*]Unlike git, it writes packfiles [I]directly[/I] (instead of having a separate garbage collection / repacking stage) so it's fast even with gratuitously huge amounts of data. bup's improved index formats also allow you to track far more filenames than git (millions) and keep track of far more objects (hundreds or thousands of gigabytes). [*][I][B][B][I]Bup can use "par2" redundancy to recover corrupted backups even if your disk has undetected bad sectors.[/I][/B][/B][/I] [*]Even when a backup is incremental, you don't have to worry about restoring the full backup, then each of the incrementals in turn; an incremental backup [I]acts[/I] as if it's a full backup, it just takes less disk space. [*]You can mount your bup repository as a FUSE filesystem and access the content that way, and even export it over Samba. [/LIST] Bup has a fsck feature with par2 built in and par2 has recovered a ton of stuff for me in the past that I thought was not retrievable.. 🏴☠️🏴☠️🏴☠️ I already use vorta(borg) and restic along with a NAS box but this will be able to be put anywhere and easily accessed. It also has gui options for those who don't like in the terminal like I do. [/QUOTE]
Insert quotes…
Verification
Post reply
Top