docker-restic-cron
sanoid
docker-restic-cron | sanoid | |
---|---|---|
3 | 119 | |
11 | 3,149 | |
- | - | |
0.0 | 6.9 | |
almost 2 years ago | 2 months ago | |
Shell | Perl | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
docker-restic-cron
- What is the best backup solution for self-hosted services?
-
Linuxserver.io
I use an image that I built https://github.com/ViViDboarder/docker-restic-cron.
- How are you backing up your Docker Volumes?
sanoid
-
Ask HN: What do you use to backup your VMs?
ZFS Offsite Backup configured using Syncoid [1] in pull mode. My backup server is started weekly using a pre-configured Shelly Plug. After boot, it connects to the main server, pulls latest ZFS Snapshots, does a ZFS scrub, sends an email for confirmation to me, and shuts down. The Shelly Plug-S is configured in a Home Assistant automation to shut off power completely if under 10W for 10 Minutes.
The advantage of this setup is that the Backup server does not need to know the encryption keys for ZFS. It can pull snapshots without knowing keys (i.e. zero trust).
[1]: https://github.com/jimsalterjrs/sanoid/blob/master/syncoid
- ZFS took full backup (send/receive) without snapshots but now what to prevent another full transfer?
-
ZFS for Dummies
I’m on the other end of the spectrum. I like knowing the flags and settings I use to create the pools.
For snapshots and replication take a look at sanoid (https://github.com/jimsalterjrs/sanoid).
-
Automatic container snapshots? cv4pve or zfs for a small homelab?
I use a combo of PBS and ZFS with Sanoid. The ZFS snapshots are nice because you define it all in a config file with frequent, hourly, daily, weekly, monthly snaps retained however you want. Importantly I use that on the root pool as well as my data pools. With PBS I have a custom retention config and have it backing up VMs and LXCs every couple hours. The PBS dedupe functionality makes it possible to keep full backups going back ages with minimal storage consumption, just the changed blocks. PBS is running inside a VM yes, but it’s storage is on another pool.
- [QUESTION] Dataset level replication
-
YSK: You can 'zfs send' over SSH to the cloud
[3] https://github.com/jimsalterjrs/sanoid/
-
New to ZFS, what layout to choose for 4x20TB drives?
No, it's written by the developer of Sanoid and Syncoid. The foremost open source ZFS snapshotting tool. He contributes on this sub all the time.
- Python Port of 600 Line Bash Script: rsync-time-machine.py for Rsync Backups
-
Some questions about the limitations of ZFS send.
Hi there! Not so much to answer your questions, but are you aware of Sanoid and syncoid? It does backup and remote Sync in the most seamless way. Perhaps this would solve some of your concerns...
- Help me understand zfs send for incremental send AND replication?
What are some alternatives?
s6-overlay - s6 overlay for containers (includes execline, s6-linux-utils & a custom init)
zrepl - One-stop ZFS backup & replication solution
docker
zfs-auto-snapshot - ZFS Automatic Snapshot Service for Linux
docker-dropbox - :whale: Dropbox in a Docker container
znapzend - zfs backup with remote capabilities and mbuffer integration.
plex - A docker container with Plex mediaserver.
zfs_autobackup - ZFS autobackup is used to periodicly backup ZFS filesystems to other locations. Easy to use and very reliable.
docker-mods - Documentation and Examples of base container modifications
zfs - OpenZFS on Linux and FreeBSD
bitwarden_rs-backup
seaweedfs - SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.