4 Linux Backup Utilities You Can Use

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • Checking out a few linux back up Utilities You can use for you setup.
    ○○○ LINKS ○○○
    github.com/pika-backup/pika-b...
    vorta.borgbase.com/
    apps.kde.org/kbackup/
    freefilesync.org/
    ○○○ TIME STAMP ○○○
    0:00 Intro
    0:21 Pika
    4:21 vorta
    6:24 kbackup
    7:44 Freefilesync
    ○○○ SHOP ○○○
    Novaspirit Shop ► teespring.com/stores/novaspir...
    Amazon Store ► amzn.to/2AYs3dI
    ○○○ SUPPORT ○○○
    💗 Patreon ► goo.gl/xpgbzB
    ○○○ SOCIAL ○○○
    🎮 Twitch ► / novaspirit
    🎮 Pandemic Playground ► / @pandemicplayground
    ▶️ novaspirit tv ► goo.gl/uokXYr
    🎮 Novaspirit Gaming ► / @novaspiritgaming
    🐤 Twitter ► / novaspirittech
    👾 Discord chat ► / discord
    FB Group Novaspirit ► / novasspirittech
    ○○○ Send Me Stuff ○○○
    Don Hui
    PO BOX 765
    Farmingville, NY 11738
    ○○○ Music ○○○
    From Epidemic Sounds
    patreon @ / novaspirittech
    Tweet me: @ / novaspirittech
    facebook: @ / novaspirittech
    Instagram @ / novaspirittech
    DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 45

  • @JohnPMiller
    @JohnPMiller 4 หลายเดือนก่อน +11

    It's a good idea to have at least two backups of your critical data.
    Pika Pika!😀

  • @Practical-IT
    @Practical-IT 4 หลายเดือนก่อน +5

    These are all great for quick and easy backups. I tend to use RClone to make my offsite backups. It's a pretty powerful utility, and runs on basically any OS you can think of.

    • @RogerioPereiradaSilva77
      @RogerioPereiradaSilva77 4 หลายเดือนก่อน +4

      rclone is more akin to rsync than an actual backup utility. It will let you make files sync but, say, if a file is incorrectly overwritten in the source for whatever reason, it will be also overwritten in the destination when rclone do its thing. Tools like borg and restic provide file versioning, which protects you from that scenario.

  • @RogerioPereiradaSilva77
    @RogerioPereiradaSilva77 4 หลายเดือนก่อน +3

    Don, also be sure to check out Back in Time (has both Qt and GTK front-ends) and the KDE built-in backup tool that can be found in the System Settings based on bup that takes a very git-like approach for its file versioning.

  • @billnoname8093
    @billnoname8093 3 หลายเดือนก่อน

    thanks, this is what I need. I've been doing it manually for awhile now since I started 3d printing. don't want to lose all those drawings.

  • @CGA111
    @CGA111 3 หลายเดือนก่อน +1

    Vorta has an option to run a missed backup at startup which I think is essential. Otherwise, if your computer happens to be turned off when the scheduled backup is supposed to run, it won't run until the next scheduled time.

  • @gamingoutloud293
    @gamingoutloud293 4 หลายเดือนก่อน

    Nice video :). After a long journey, I decided to perform root backups of my Linux systems (backup everything on system level). Everything is set up as VMs on an ESXi system, and then I execute incremental scheduled backups via Veeam, which also runs as a VM and backs up itself.

  • @ADB-zf5zr
    @ADB-zf5zr 4 หลายเดือนก่อน +4

    @NovaspiritTech @6:23 you talk about "KBackup" and then say "it's more of a glorified copy and paste". Well there is a Windows app that has been around for many years (that I use and love) called "Karens Backup" that is also a "glorified copy and paste" (which is THE reason why I love it). This "KBackup" does NOT do the same thing as "Karens Backup (which is why i love it) because instead of creating a huge compressed file (that could be corrupted causing a huge amount of headaches), Karens Backup copies the files and folder structure as is. So no compression, no zip files, no encryption, and therefore far less to go wrong if you need to recover, BUT this has obvious drawbacks and it always overwrites existing files so you cant go back a couple of file versions. An excellent tool IMHO, and seemingly nothing like KBackup.

  • @1hakika
    @1hakika 4 หลายเดือนก่อน +2

    There is also a Déjà Dup that uses duplicity as a backend

  • @user-ob4lb9sz3x
    @user-ob4lb9sz3x 4 หลายเดือนก่อน +6

    btw, "restic" is good for incremental and encrypted backup

    • @KeithWeston
      @KeithWeston 4 หลายเดือนก่อน

      Restic is almost overkill for smaller homelabs, but, yeah, it's a good product.

    • @RogerioPereiradaSilva77
      @RogerioPereiradaSilva77 4 หลายเดือนก่อน +3

      Both borg and restic descend from the same codebase and offer pretty much the same backup features. The only major difference between the two is that restic is very flexible as to what will be used as backend for the backup itself, supporting many popular cloud storage services. That said, borg seems to be the most stable between the two; you can find some awful horror stories online with people losing data to restic although, to be honest, it has been very stable for me so far.

    • @Darkk6969
      @Darkk6969 4 หลายเดือนก่อน +1

      @@RogerioPereiradaSilva77 I've personally never had an issue with restic. Although, it would be nice to have a GUI to manage the snapshots. Yes I know I can mount them but still.

    • @RogerioPereiradaSilva77
      @RogerioPereiradaSilva77 4 หลายเดือนก่อน +2

      @@Darkk6969 That's my biggest peeve with restic: the lack of decent GUI front-ends such as Pika Backup and Vorta. Even duplicity has decent options for GUI. While restic itself is not hard to drive from the CLI, it may be hard just enough to discourage newbies from using it which is a shame.

  • @MrEric377
    @MrEric377 4 หลายเดือนก่อน

    Thank you!!!

  • @ronm6585
    @ronm6585 4 หลายเดือนก่อน

    Thanks Don.

  • @DavidDavisL
    @DavidDavisL หลายเดือนก่อน

    Will take a look at Pika. Keep in mind that if you have Proxmox Backup Server running, that can be a good option, too.

  • @MattMcCullough
    @MattMcCullough 4 หลายเดือนก่อน +2

    I recommend time shift

  • @lwa.dev74
    @lwa.dev74 หลายเดือนก่อน

    thank you :-)

  • @MarcosMoraleda
    @MarcosMoraleda 4 หลายเดือนก่อน

    rear backup is awesome.

  • @timfd.w.4163
    @timfd.w.4163 4 หลายเดือนก่อน +1

    This one and Vorta are the best I have tried. This one is a bit friendlier althoug Vorta is nerdier

  • @luigitech3169
    @luigitech3169 3 หลายเดือนก่อน

    Have you tried to do some benchmarks ? I tried and Kopia seems to be the best in different scenarios

  • @KeithWeston
    @KeithWeston 4 หลายเดือนก่อน

    I'm using Pika on Pop! OS and Vorta on Linux Mint. Due to a flatpak incompatibility, Pika does not work (out of the box) with LM. Vorta does. And, since they produce compatible results... Thanks for your good summary.

  • @sebastiangonzales46
    @sebastiangonzales46 26 วันที่ผ่านมา

    thanks!! pika doesn't work properly on mint due to outdated xdg desktop dependency. I will try vorta for now

  • @dragonballjiujitsu
    @dragonballjiujitsu 4 หลายเดือนก่อน

    I like KBackup because it is just like a copy and paste. Simple and effective. I use that with time shift daily.

  • @user-rh6is3ib8f
    @user-rh6is3ib8f 4 หลายเดือนก่อน

    Can Pika do a full PC backup of different computers? What would you recommend to do full backup of PC to a NAS

  • @donaldwilliams6821
    @donaldwilliams6821 4 หลายเดือนก่อน

    Pika Backup works very well for me

  • @julian.morgan
    @julian.morgan 4 หลายเดือนก่อน

    what would you use to clone an entire boot volume? For example I have a desktop PC running Pop OS in my office that I've spent hours setting up, with two different users, downloading and installing apps and games relevant to each user. I'd like to duplicate that set up on another PC without having to do all the set up again. Is this possible or even a good idea with Linux? I'm thinking there could be all kinds of problems with permissions and UUIDs of drives for example.

    • @RogerioPereiradaSilva77
      @RogerioPereiradaSilva77 4 หลายเดือนก่อน +1

      You can create an image of your entire Linux system or just selected partitions using Clonezilla (or Rescuezilla for a more "graphical" approach) but that's typically better suited for a backup tool to restore on the same system where the image was taken from due to, as you already guessed, UUIDs and other hardware-specific tidbits.
      One could also use the _btrfs send_ functionality in BTRFS to save filesystem snapshots onto a diffferent btrfs system but I guess that would also imply in having conflicting hardware setup info being carried on with the snapshot as well.
      Personally, if the goal is to replicate the settings of an existing system onto another, I am really fond of a Debian tool called apt-clone. It creates a tarball that has not only package information of the system to be cloned but also /etc settings wherever applicable that can be used to replicate the setup on a different machine using apt-clone itself. But obviously, as the name implies, it will only work on Debian and its derivatives.

    • @motoryzen
      @motoryzen 4 หลายเดือนก่อน

      Foxclone is a much more user friendly alternative to clonezilla...

  • @llortaton2834
    @llortaton2834 3 หลายเดือนก่อน

    You should make a video on Proxmox Backup Server again, but on the client side (Proxmox Backup Client Daemon).
    It is one of the most efficient, fast, sleek system i have ever seen for backing up your linux hosts

    • @llortaton2834
      @llortaton2834 3 หลายเดือนก่อน

      You can even backup windows with WSL

  • @WHAT-GRINDS-MY-GEARS
    @WHAT-GRINDS-MY-GEARS 20 วันที่ผ่านมา

    The question I have are how many use rsync as a dependency.

  • @StraussBR
    @StraussBR 4 หลายเดือนก่อน +1

    I use timeshift
    And i backup system files i have a script that does a backup applies latest updates and reboots the PC because i like to update my system manuall whenever i want to reboot it

    • @KeithWeston
      @KeithWeston 4 หลายเดือนก่อน

      I used to use TimeShift, but since it does not dedup, boy, does it take up precious hard disk space.

    • @RogerioPereiradaSilva77
      @RogerioPereiradaSilva77 4 หลายเดือนก่อน +2

      Timeshift does filesystem snapshots which is not exactly the same thing as a backup per se. Yes, there are situations where snapshots are handy to recover data quickly but it is important to keep that distinction in mind. Plus if you are saving snapshots in the same storage medium as the original data, you might as well pretend you don't have any backup at all.

    • @Darkk6969
      @Darkk6969 4 หลายเดือนก่อน

      @@RogerioPereiradaSilva77 snapshots only works with btfrs disks. Most installs I've run across lately are using ext4. btfrs are very efficient with snapshots.

    • @RogerioPereiradaSilva77
      @RogerioPereiradaSilva77 4 หลายเดือนก่อน +1

      @@KeithWeston Timeshift is actually very space-efficient when using btrfs but if you are using with an ext4 filesystem then your only resort is rsync and welp... rsync-based snapshots eat storage space like there is no tomorrow, indeed.

  • @daniel156161
    @daniel156161 4 หลายเดือนก่อน

    Pika Backup looks like a Frontend for BorgBackup
    Backup Folder Structure looks very same

    • @RogerioPereiradaSilva77
      @RogerioPereiradaSilva77 4 หลายเดือนก่อน +2

      You are not wrong. Pika Backup is a front-end for borg. Being a GNOME app, it takes a simpler approach from an UI perspective but it is just as capable as Vorta (which is another borg front-end and happens to be my favorite).

  • @Broly_1
    @Broly_1 4 หลายเดือนก่อน

    You don't what to know what pika means in PTBR😂