The LOCKSS Program at Stanford Libraries provides open-source technologies and services for high-confidence, resilient, secure digital preservation.
Found on David Rosenthal's blog https://blog.dshr.org/2024/01/a-lesson-learned.htm
Filestash (formerly nuage) is a web client for org-mode. It started as its author believe emacs and org-mode are the greatest thing since sliced bread. The project aims to fix the pain points org-mode's users may have:
- emacs isn't great out of the desktop world, it needs a cross platform companion app
- not everyone is willing to go through learning emacs which makes org-mode a hard to sell tool to manage team project.
From the author:
"I was looking for a simple way to backup data on Android devices directly to a device running GNU/Linux connected over a USB cable (in my case, a desktop computer).
Is this really so unique that it’s worth writing a new article about it? Well, in my case, I did not want to buffer the data on any “intermediate” devices such as storage cards connected via microSD or USB-OTG. Also, I did not want to use any proprietary tools or formats. Instead, I wanted to store my backups in “oldschool” formats such as dd-images or tar archives. I did not find a comprehensive howto for that, so I decided to write this article."
Attic is a deduplicating backup program written in Python. The main goal of Attic is to provide an efficient and secure way to backup data. The data deduplication technique used makes Attic suitable for daily backups since only the changes are stored.
Currently Linux, FreeBSD and MacOS X are supported.
diff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup.
Version 1.2.8, released March 16th 2009
Includes a windows version.
hardBackup is a powerful solution for disk-based backup on windows systems. By utilizing well proven open source technologies like Dirvish (link is external), Rsync (link is external), Openssh (link is external) and Cygwin (link is external), hardBackup can:
keep several images of backup in a rotating scheme
represent identical files in different images by one single physical copy
transfer only changes in files via secure channels