Тёмный

Pika Backup -An open source linux backup solution that rivals the ease of Time Machine! 

Awesome Open Source
Подписаться 137 тыс.
Просмотров 26 тыс.
50% 1

=== Links ===
Pika Backup Gitlab
gitlab.gnome.org/World/pika-b...
Get the AwesomeOpenSource Merchandise
awesomeopensource.creator-spr...
Support my Channel and ongoing efforts through Patreon:
/ awesomeopensource
Buy Me a Coffee or Beer
paypal.me/BrianMcGonagill?cou...
=== Timestamps ===
00:00 Beginning
00:08 Introduction to Pika Backup
03:12 InstallingPika Backup
04:11 Thank you to all my Patrons at Patreon
04:57 Select the Backup Destination
07:08 Backup Options
09:57 Scheduling Backups
13:34 Testing Restoration of Backups
14:33 Versioning in Backups
=== Contact ===
Twitter: @mickintx
Telegram: @MickInTx
Mastodon: @MickInTx@fosstodon.org
Try out SSDNodes VPS Services! Amazing Specs for incredibly low costs. I'm running a 32 GB RAM / $ CPU Server for only $9 a month! Seriously. FOr long term server usage, this is the way to go!
www.ssdnodes.com/manage/aff.p...
Get a $50.00 credit for Digital Ocean by signing up with this link:
m.do.co/c/a6a61ae55242
Use Hover as your Domain Name Registrar to get some great control over you domains / sub-domains:
hover.com/SHPaiirr
Support my Channel and ongoing efforts through Patreon:
/ awesomeopensource
What does the money go to?
To Pay for Digital Ocean droplets, donations to open source projects I feature, any hardware I may need to purchase for future episodes (which I will then give to a subscriber in a drawing or contest).

Наука

Опубликовано:

 

4 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 112   
@mithubopensourcelab482
@mithubopensourcelab482 3 месяца назад
You are genuine and humble technocrat. Your contents are priceless. Learned many things. May god bless you for spreading the real asset i.e."Knowledge". From Land of knowledge ( India )
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
I truly appreciate that! Thank you..
@gmsipe
@gmsipe 3 месяца назад
I use restic for all my backups now. It is not a GUI app so it works well within containers, VMs and cloud servers. It is full featured, straight-forward and rock solid.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
I like the idea of other CLI tools, and of course backup my servers using command line rsync. I have been wanting to look into Borg more, but definitely prefer a GUI when it's available.
@sachron3gmail
@sachron3gmail 3 месяца назад
i also like if there is a gui there , and with all community help really it helps us alot . hope this will continues
@arvindhn036
@arvindhn036 3 месяца назад
​@@AwesomeOpenSource for borg you need to setup borg server where as with restic you only need ssh access. I use restic + minio + Backblaze B2
@thebaldmaniac
@thebaldmaniac 3 месяца назад
@@AwesomeOpenSourcei believe Pika is using Borg in the background
@crckdns
@crckdns 3 месяца назад
​@@thebaldmaniacit does, it's just a gui for borg
@pedrokatuniz8936
@pedrokatuniz8936 3 месяца назад
I switched from Deja-Dup to Pika Backup ~6 Month ago and i am amazed how well it works and how easy it is to use. The biggest problem i had with Deja-Dup was setting up the same repository after a reinstallation of my PC. I got so annoyed that i found Pika on my hunt for an alternative. With Pika even this just works!
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
That's awesome to hear. I love it when things just work.
@nosbig98
@nosbig98 3 месяца назад
Great video! Pika looks to be a great frontend to BorgBackup. I'm using Borgmatic on my servers to configure regular Borg backups, and I also use Vorta on desktops, which provides very similar functionality, but it's from the Qt/KDE family.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Oh nice! Borgmatic is on my list as well.
@Mikesco3
@Mikesco3 3 месяца назад
Pro tip: Timeshift does work with external hard drives you just have to either format it using ext3 or create a partition and then format it using ext3. (Because it uses hard links to avoid copying the data that didn't change, and NTFS or fat32 don't really support the hard linking that Timeshift would require) However still, nice video I like how this can backup over the network as well and easily encrypt the backups.
@Darkk6969
@Darkk6969 3 месяца назад
Why ext3? ext4 supports hard links as well and it's more modern than ext3.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Interesting. Yeah, TimeShift is a really cool tool when you have BtrFS and do snapshots IMO.
@KenPryor
@KenPryor 3 месяца назад
You sold me on Pika. Installing now!
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
That's awesome! Hope it works well for you.
@juanpabloparedes
@juanpabloparedes Месяц назад
Timeshift not only has the option to make system snapshots via BTRFS subvolumes, (as you say, "local backups"), but it can also do exactly what Pika does, i.e. back up the system in multiple scheduled versions to an external device via RSYNC.
@AwesomeOpenSource
@AwesomeOpenSource Месяц назад
Indeed, but it's not quite the simple setup of Pika IMO.
@Error8x8
@Error8x8 28 дней назад
​@@AwesomeOpenSource SMH, who cares if it's simple to setup, what matters is how it works. Timeshift does everything Pika does and more. I'm sure you can wrap your head around it.
@orko2027
@orko2027 15 дней назад
@@Error8x8 timeshift is not made for data backups. it´s made for system backup and restore. read the docs!
@Error8x8
@Error8x8 15 дней назад
@@orko2027 The docs won't say it but your wrong. Laughably wrong.
@guyboisvert66
@guyboisvert66 3 месяца назад
It is a good wrapper, it uses Borg. Pika-backup is great for average joe that wants a simple yet very powerful backup solution. Part of my backup offering, i use Borg extensively for backuping client's servers to my backup hosting servers, controlled by bash script i wrote that takes care of each backup name, automatic pruning, writing to syslog, sending email, etc. (quite simple script scheduled by cron) It supports encrypting backups, de-duplication, compression. Obviously, i use it for my own laptops backups! I love the fact that i can use the borg command to remotely mount one backup and it becomes a local directory that i can run any command on it, like find, rsync, etc.
@AwesomeOpenSource
@AwesomeOpenSource 2 месяца назад
That's an awesome setup! Love it! Putting Open Source to work in Business!
@VassilisKipouros
@VassilisKipouros 3 месяца назад
Backintime has been my goto timemachine alternative on linux
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
BackInTime is good, but last I looked ( a few years now) it hadn't been updated in a long time.
@VassilisKipouros
@VassilisKipouros 3 месяца назад
@@AwesomeOpenSource I am sadly aware of, also annoyed by old gui but... it still does the job pretty good
@orko2027
@orko2027 15 дней назад
Another great gui for borg backup is Vorta.
@AwesomeOpenSource
@AwesomeOpenSource 8 дней назад
Definitely have to check into that one.
@KeithWeston
@KeithWeston 3 месяца назад
Works like a charm on Pop! OS. Works sans scheduler (fails) on latest Linux Mint Cinnamon. Seems to be due to an issue with LM using a very old version of flatpak.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Could be a flatpak versioning issue. Can't the flatpak version be updated though?
@gregnewton5434
@gregnewton5434 3 месяца назад
@@AwesomeOpenSource I think it's more the case that the background task scheduler org.freedesktop.portal.Background is only supported on Gnome (also running Cinnamon Mint here, so scheduling fails). Kopia might work better for me but the UI is not in the same class as Pika Backup :(
@duncan-mcrae
@duncan-mcrae 3 месяца назад
I like your videos
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Thank you so much!
@djentledjosh
@djentledjosh 3 месяца назад
I can recommend kopia. It's more performant than borg or restic and has an optional (cross platform) gui.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
I've seen Kopia. It's on my list to dig into.
@Thoroughmas
@Thoroughmas 2 месяца назад
I want to backup to my Unraid server, and I've already set up an NFS share. But it seems that Pika Backup can't just selected that NFS share as a destination?
@AwesomeOpenSource
@AwesomeOpenSource 2 месяца назад
That's interesting. Do you have the NFS share mounted to the machine where Pika BAckup is running, or were you looking to use the NFS URL in pika backup somewhere?
@Thoroughmas
@Thoroughmas 2 месяца назад
@@AwesomeOpenSource Yesterday when I selected a folder on the NFS share, Pika only brought up a temporary path. But I just tried again, and it seems to have found the correct /mnt/nfs/folder. So I might be all set! You can have the credit xD
@stanlaurel672
@stanlaurel672 3 месяца назад
A Video about miniflux would be great, ttrss or freshrss are also an option, but miniflux seems to be the best.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
I'll look into it.
@themarksmith
@themarksmith 3 месяца назад
I installed this on Debian 12 running XFCE and I got 'Background Process Inactive - this is required for scheduled backups...' any idea what the problem could be?
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
No. Not sure what process may not be starting. Probably a good question to post on their gitlab page (linked in the video description).
@john_turner
@john_turner 3 месяца назад
🎉
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Cheers!
@nombable
@nombable 3 месяца назад
I tried using Pike Backup but the issue with it is actually the maintainer and the lack of some basic features. Even though multiple users requested certain basic features, because the maintainer herself does not use them and find them useful, she just says no and closes your issue. I would probably recommend people use Vorta backup which is made by BorgBase themselves over Pika Backup. The maintainers actually care what their users want and it is more full featured.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
I understand the frustration you feel, and that's part of development. I've seen plenty of closed source applications say 'no' to a feature request. It's not a slight against anyone, but more about not the direction the product maintainer wants to go. That's the great thing about open source too, though. In closed source, you're out of luck, but in open source, you can fork the repo and add the feature yourself, or have someone else add it (maybe via Fiverr, or the like). Vorta sounds cool, so I'll be covering it in the future. I do kind of like the simplicity of PIka though.
@nombable
@nombable 3 месяца назад
@@AwesomeOpenSourceThat is essentially the conclusion I came to as well. I forked it and have been using it as a reason to learn rust. Will at some point put up another flatpak with the changes for everyone. That said there are still some things in Vorta I like better. You can actually pick an ssh key on disk vs having to have the host and key configured in your ssh config. You can mount a single archive like Pika but you can also mount all archives at once. Support for '.nobackup' files. Backups also just seem faster but I'm not sure why. The GUI is definitely function over aesthetics but I'm OK with that in backup software. Apparently it has a dark mode but I have yet been able to trigger it. Thanks for your positive response. Can't wait for your video on Vorta.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Love it! Let me know when you PR the changes too. This is why Open Source is so awesome! It's the opportunity to make improvements to something, and share that with everyone.
@matematleta492
@matematleta492 2 месяца назад
Except my default editor is vim so I cannot restore my files because when I do a browse in the Pika gui, the directories open in vim as a tree, It appears that this app only works if the OS FM is a gui app, like thunar or pcman.
@AwesomeOpenSource
@AwesomeOpenSource 2 месяца назад
Might be a limitation for sure.
@BrianThomas
@BrianThomas 3 месяца назад
This is pretty good. Will it run in a container?
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
No container that I know of. This is a full Gnome GTK app as far as I can tell.
@Appalling68
@Appalling68 2 месяца назад
I just gave this the once over both in Fedora 39 installation and my Arch (Cinnamon DE) install. What really bothers me is the clumsyness of doing a restore. Unless I'm missing something, I have to go in and copy from my backup archive and manually paste back in to my desired destination. This is cumbersome if say, I have my entire /home directory backed up, I then reinstall my Linux dist and then want to restore the entire /home directory back. I have to individually go through ALL my /home content and copy/paste it manually, including hidden files of course. I just find this clunky. Just wondering out loud why dev didn't include a "Restore/Restore To" button as well.
@AwesomeOpenSource
@AwesomeOpenSource 2 месяца назад
I just copied the entire folder from the backup to the location I wanted to restore the multiple files to. it was pretty simple for me. But, you can always ask the developer on github if they'd be willing to add a restore function.
@MarloMitchell
@MarloMitchell 3 месяца назад
can pika be managed from the commandline or a browser inferface?
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Not browser that I'm aware of, but Pika is a frontend for Borg Backup, so you can use CLI for Borg, and Borgmatic, I believe is a web browser front end for Borg.
@MarloMitchell
@MarloMitchell 3 месяца назад
thanks u @@AwesomeOpenSource
@romtomf34
@romtomf34 3 месяца назад
restic is great, but this tool about GUI, and nice GUI, Windows like one. Which is cool and good.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Glad you like it!
@MrBobWareham
@MrBobWareham 13 дней назад
So if you want to leave Apple, then what do you do with your backups? That's why they made it good to keep you.
@AwesomeOpenSource
@AwesomeOpenSource 8 дней назад
True, Apple makes it so easy it's hard to find nice alternatives, but this is one.
@AdamPoniatowski
@AdamPoniatowski 3 месяца назад
does it also do pull based backups? edit: aah no... thought this is like a service to backup other servers
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
No, this is really meant to be a backup for your local home directory.
@user-jd6zl8ts8v
@user-jd6zl8ts8v 3 месяца назад
Any chance you can put a video about Tactical RMM, thanks
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
No, Tactical RMM is not open source. It uses MeshCentral in the background though.
@Javaman92
@Javaman92 2 месяца назад
What I would like to do is have backups that do NOT get deleted when I delete them from my computer. I guess that is an archive? Does this do that?
@AwesomeOpenSource
@AwesomeOpenSource 2 месяца назад
It does, this does archived backups.
@y2ksw1
@y2ksw1 3 месяца назад
I'll look into it, but I already have a Time Machine like backup script, which is used by the thousands by Linux and Windows users.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
That's awesome. If what you have is working for you, then keep using it.
@MStrong95
@MStrong95 3 месяца назад
I wish I could get something like this for Mac OS for something more customized than the limited control time machine gives
@oscs4556
@oscs4556 3 месяца назад
You can use Vorta backup. I have on my Mac. Vorta is a gui front end to Borg backup just like pika backup.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
The control in TimeMachine is a bit limited, but also it's meant to be a super simple thing to setup, start, and just let it be.
@MStrong95
@MStrong95 3 месяца назад
@@AwesomeOpenSource the only thing I've come across that is advanced control like is that you can use mac terminal to adjust the priority of the backup process from background to normal priority: sudo sysctl debug.lowpri_throttle_enabled=0
@repairman2be250
@repairman2be250 3 месяца назад
Seems only to be able to backup the users home folder. No Restore built in function. Can't backup say /etc folder or any other system folder.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
I show you how to restore, and no it's not like a "Restore" button. You literally open the backup in the file manager, and move / copy the backup to where you want it. It's really designed just to backup the items your user has permissions for (thus the home folder).
@repairman2be250
@repairman2be250 3 месяца назад
@@AwesomeOpenSourceSorry, I did not mean to offense you. To me that Pica Backup is an unfinished product.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Not at all. Never offended. Just trying to provide insight. I'm not always sure my videos give the whole picture. I love comments, and thoughts from others. I will say, you might like URBackup or Duplicati as an alternative to this one. Not sure if you've looked at those.
@Christian_Ky
@Christian_Ky 3 месяца назад
I would like to see a scheduled integrity check, maybe with a message if something went wrong
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
I can't claim that it doesn't do one after the backup rund, but a great suggestion for their gitlab page (link in the video description).
@crckdns
@crckdns 3 месяца назад
I thought, as you wrote "Linux" you meant really a new backup solution, maybe replacement for my BorgBackup.. But Pika Backup is just a GUI for borgbackup basically :(
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Indeed, it uses Borg backup in the background. It is just a way to lower the barrier to usage for the end user.
@s.i.n4985
@s.i.n4985 2 месяца назад
for me it is like a GUI for borg backup
@AwesomeOpenSource
@AwesomeOpenSource 2 месяца назад
It is exactly that.
@robdewhirst7525
@robdewhirst7525 2 месяца назад
Great video. no s3 support?
@AwesomeOpenSource
@AwesomeOpenSource 2 месяца назад
No, not with this one. Duplicati would be your tool for that.
@patrickbuswell
@patrickbuswell 3 месяца назад
So this is only for Linux? (No Windows client correct?)
@mithubopensourcelab482
@mithubopensourcelab482 3 месяца назад
You can use it for Windows too, you only need to think out of box. Mount remote windows share and take windows backup from Linux... Nothing can stop you.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
It's not built for Windows, no. But there is a really good alternative, if you haven't looked at it. Duplicati is really nice, and is made for Linux, Mac, and Windows. www.duplicati.com/
@mr.robbotto
@mr.robbotto 3 месяца назад
​@@AwesomeOpenSource I've been using urbackup for Windows and so far I prefer it to duplicati which is what I used previously. Do you have any thoughts on urbackup?
@Darkk6969
@Darkk6969 3 месяца назад
@@mr.robbotto He did a video on urbackup. Look for it on his playlist.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Yep, URBackup is an awesome tool. I use it to do file backups on a lot of my machines to my TrueNAS system. It's pretty great, and once the agent is installed on clients, the options to manage the backups from one UI is great. Need to cover it again actually.
@jdkillian1965
@jdkillian1965 6 дней назад
Is this web based? Im not running a gui on my server.
@AwesomeOpenSource
@AwesomeOpenSource 6 дней назад
This uses Borg backup in the background, so Vorta is a web GUI for Borg.
@AwesomeOpenSource
@AwesomeOpenSource 6 дней назад
Sorry, mis-spoke, borgwarehouse is the web gui. Vorta is another desktop gui.
@jdkillian1965
@jdkillian1965 6 дней назад
Ok. Thanks
@JarppaGuru
@JarppaGuru 3 месяца назад
and it backup using xz tools haha. open source is fun. when it fails
@AwesomeOpenSource
@AwesomeOpenSource 2 месяца назад
I wouldn't really call that a fail. It was a long term planned attack really. 2 years in the making. Luckily their timeline was pushed up because systemd was patching the very thing they were trying to take advantage of. Additionally, had it not been on open source, we likely would have never known about it, not had it patched so quickly. Open Source for the win.
@JarppaGuru
@JarppaGuru 2 месяца назад
@@AwesomeOpenSource is than make it any better xD this is good too use it. everyone use it so popular. now we update it. boom. that boom time. nobody checked code
@Crazy--Clown
@Crazy--Clown 2 месяца назад
Unsafe requires full root access
@AwesomeOpenSource
@AwesomeOpenSource 2 месяца назад
To backup the file systems that are owned by root, it will require admin level access. You don't have to use it to backup those files / folders though.
@casfren
@casfren 3 месяца назад
Why do you think that it is better to have a windows device in your home instead of a apple device? The only reason that comes to mind is mild privacy protection, but even that is debatable compared to apple. There a literary hundreds of really important reasons for straight up boicoting apple, so I'm surprised you allow one and not the other. If anyone is curious I can post my list of reasons.
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
So, I have a Windows machine in my home, but it's my work provided device, and it's on it's own VLAN. I'm not a fan of microsoft. Their insistence that you have a microsoft account to login to a device you own. Their constant updates that re-enable all of the non-privacy respecting "features" of their OS. Does Mac have this? Yes, but when you turn nit off, it stays off. Does mac have an online account option? Yes, but it's an option that is evidentin setup, and not something where you have to know a special hotkey combo, command line command, and other stuff to get around it. You simply choose to not use an Apple ID for logging onto your computer. I now use Linux as my daily driver for everything personal. My girls also use Linux, including on their SteamDeck gaming systems. My wife is a Linux user as well, but she does get value from the Mac for her business in the form of specialized printer needs. It's just my personal beef with Microsoft. I hold nthing against anyone who uses Windows, and hope they enjoy every moment of using it, truly.
@toddselby443
@toddselby443 3 месяца назад
@@AwesomeOpenSource So you use both Ubuntu and Fedora desktops? You switch between them based on what your or doing, or just to stay current on both?
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
Distro-hopper. I've historically stuck with Ubuntu, but the past few months have been trying Fedora, and so far like it. Sometimes it's a bit more involved to get certain things to work, but worth it partially as a way to give data to my Linux User Group. Also, just becuase I like to jump around here and there on my desktop.
@TheOneRealTom
@TheOneRealTom 11 дней назад
Rivals the ease of TM...video needs 10+ minutes to explain the thing. :D TM is literally: 1. switch it on 2. choose target 3. there is no 3.! It always pains me to see that open source products are so many times doomed to fail due to their complexity...
@AwesomeOpenSource
@AwesomeOpenSource 9 дней назад
I don't fully understand your comment. If you like the software, great. If not, that's okay. I can't tell exactly. If you just don't like the video format then I'm sorry. I do long form content because a large part of my audience are beginners, or at least new to Linux.
@oldanalog_synth9244
@oldanalog_synth9244 3 месяца назад
Veeam Backup and Replication is spectacular, free for 10 Workloads or VMs
@AwesomeOpenSource
@AwesomeOpenSource 3 месяца назад
If only it were open source.
Далее
Me: Don't cross there's cars coming
00:16
Просмотров 3,7 млн
Which is the Best Filesystem in 2024?
21:09
Просмотров 12 тыс.
Why Are Open Source Alternatives So Bad?
13:06
Просмотров 463 тыс.
I tried Neovim Distributions so you don't have to
9:12
Why I don't recommend Ubuntu anymore
13:36
Просмотров 981 тыс.
The 12 Linux Apps Everyone Should Know About
21:20
Просмотров 452 тыс.
iPhone перегрелся, что делать?!
1:01
When you have 32GB RAM in your PC
0:12
Просмотров 297 тыс.