World Backup Day
31–40 of 56 posts
Re: World Backup Day
#32I was happy with my restic, borg (vorta), and tarsnap backup setup until one day I had to retrieve just one file from the backups and I realised there was no straight forward way to do that in any of these. Now I think I must look for backup which lets be “easily” get my files back and search whether something is there by a certain approximate name among my backups without having me deal with mounts (that too one ver…
> borg (vorta) So that's like an assimilated Weyoun or what?
(and on the seventh day, the devops nerd didst look upon his backups, said "this is good", and enjoyed a trashy scifi book)
Re: World Backup Day
#33Earlier quoted context omitted.
Not sure that I understand. What's hard about `restic -r /media/ehecatl42/t14g3-backup/t14g3-restic-repo restore latest --target /home/ehecatl42/Desktop/nvim-restore/ --include /home/ehecatl42/.config/nvim/`* and just `cp`ing your missing files from that. * From my recent .bash_history
If you want to make a point about something being “not hard” maybe using a less messy command would bring that point across better ;)
You could maybe default to latest and default to restoring to ".", but that carries some risks. This is only as complex as necessary.
Re: World Backup Day
#34A gentle reminder to actually TEST your restore workflow. WBD: since 2011! https://hn.algolia.com/?q=worldbackupday
People always say that but what do they actually mean? Restore one file, check if the backup is bootable in case it should?
Re: World Backup Day
#35Re: World Backup Day
#36Earlier quoted context omitted.
If you want to make a point about something being “not hard” maybe using a less messy command would bring that point across better ;)
It may look messy but this is really the minimal amount of info. You need the location of backup, operation, time for restoration, pattern to restore and the destination. If you already set up the backup part of restic, then this command shouldn't be hard to understand / reproduce at all. You could maybe default to latest and default to restoring to ".", but that carries some risks. This is only as complex as necessa…
I understand the command, I'm just questioning the example if they want to do some positive marketing for the tool. Something simple like the following gives the same information but is much more understandable than unnecessarily convoluted directory names.
restic -r /backups/restic restore latest --target /home/dewey --include /home/dewey/myfile.txtRe: World Backup Day
#37Re: World Backup Day
#38A gentle reminder to actually TEST your restore workflow. WBD: since 2011! https://hn.algolia.com/?q=worldbackupday
People always say that but what do they actually mean? Restore one file, check if the backup is bootable in case it should?
Re: World Backup Day
#39This is very much about personal backups but while we're here - what open source backup tools do people recommend for very simple filesystem backups to a remote server?