201 private links
As we further discuss backup strategies, please remember, that having a remote volume mounted as a primary or a secondary disk in your system means you have filesystem access to a distributed data store that you use by simply doing file operations (e.g. cat, tail, cp, touch, mkdir, etc.).
I would simply mention that features that exist in ZFS, Btrfs or XFS (not a CoW fs but has some CoW features). [...] both ZFS and Btrfs offer transparent filesystem compression, meaning even the stored, deduplicated pages can be further reduced in size.
"Thing" backup strategies:
- backup data pages in the file verbatim
- pack data pages as you copy them (byte by byte copy with database cleanup beforehand)
- dump the data as SQL commands
"How" backup strategies:
- litestream: copy the db changes depending on the WAL
- SQLite
.backup
command creates an exact page by page replica of the database file at the point of invoking the command. - SQLite
VACUUM INTO
- SQLite
.dump
- good old
cp
with--reflink=always
in a transaction
Le système de backup actuel ne fonctionne plus. Quelques idées sont évoquées.
They look relevant. I don't know how complex they are thought.
How to archive URLs and their content. It is a mine of tricks or information.
It can definitely be useful 😃
11.4 TB of data from discs ! They are adding more data every day :)
It is definitely cool that we can grab these data for free
Archive.today captures webpages and make this record available via a link. Similar to the wayback machine.
No active elements or scripts included in the record.
It can be useful, when a website will change soon, to want to take a instant record of it. For example, a list of prices, Job or Immobilien offers, blog posts, ...
an open-source encrypted backup app for inclusion in Android-based operating systems
Ou cloner une machine...
The dog is perfect 🤩
Hope he is fine though
Créer une sauvegarde selon un fichier de config dans le dossier concerné semble être une bien bonne idée ! 👍
L'outil est toujours maintenu (dernière version de 2022).
Lien de la documentation: https://autoarchive.sourceforge.io/doc/user/index.html
À utiliser pour sauvegarder de simples documents :)
:o
Exemple d'utilisation de BORG
Retour d'utilisation
Connected to the LAN Western Digital My Book Live has be reset...
It seems to be a threat actor as the final firmware update was in 2015.
Lesson ? Always have an offline backup !