If only restic deduplicated... But other than that it does okay.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
restic does do deduplication.
At this moment I use too many tools.
For user data on my PC and on home server I mostly use Duplicacy. It is fast and efficient. All data backed up locally on NAS box over SFTP, and a subset of that data is backed up to S3 cloud storage.
I have a Mac, this one is using TimeMachine, storing data on NAS, then it's synced to S3 cloud storage one a day.
And on top of that VMs and containers from home server are backed up by Proxmox built in tool to NAS. These mostly exclude user data.
An external hard drive works 100%. And relying on .dotfiles to redownload the whole thing back.
...I mean, it takes like less than 3 minutes to redownload and 5 reconfiguring everything manually, so eh.
Restic in the homelab and Veeam at work. I’m pretty happy with both!
I use Pika and Timeshift.
I have no relevant data locally. My Documents is a symlink to a Nextcloud directory running on my Synology NAS on a RAID1 that backups to cloud storage via one of their tools (forgot which one).
I never liked having to backup working machines. If it breaks I'm fine with having to install again. I won't lose data though.
rsync (laptop -> external HDD, workstation -> dedicated backup HDD)
Syncthing (laptop <-> desktop)
I s3 sync everything to a versioned S3 bucket out on the internets.
What kind of cost is that?
A hand-made combination of tar, rsync and rclone, to a set of portable drives and remote systems.
After having suffering the breakage of computers since the 80's, I want to have the easiest way of restoring backups as possible.
Timesift and a usb drive
Deja Dup backs my local machines to my Synology NAS. That uses Hyper-backup to send everything to Dropbox.
I just use MegaSync, which backsup my config folder and documents folder.
On phone, I use syncthing to backup to home server (I never knew syncthing can backup over WAN), then synced to MegaSync. I also keep all the files on MegaSync on my server just in case megasync suddenly goes down one day.
Simply rsync in a crontab.
Deva dup
Dejadup backup is neat if you need a GUI. But TBH, you really don't need a GUI, restic will work just fine as long as you target a few folders. It mostly boils down to file/folder hygiene.