bakandimgcd

Post Reply
darksun
Posts: 202
Joined: Tue Dec 19, 2023 10:12 am
Has thanked: 59 times
Been thanked: 78 times

bakandimgcd

Post by darksun »

https://sourceforge.net/projects/bakandimgcd/

BakAndImgCD is a small Linux-based operating system, which has been designed to perform the following two tasks: data backup and disk imaging. The 4MLinux Backup Scripts make use of FSArchiver, GNU ddrescue, Partclone, Partimage, rsync, and other utilities. The output files (archives and images) can be optionally compressed and sent to a remote sever (using Ethernet, WiFi, PPP or PPPoE). BakAndImgCD is fully compatible with UNetbootin, which can be used to create an easy-to-use live USB.

  • in my test it also works with ventoy

  • it is only 78MB (terminal only)

  • it also includes testdisk/photorec for data & partition table recovery, nwipe and other useful tools

@Clarity and others could find it useful to add it to their usb media storage (BOOTISOS folder).

User avatar
wiak
Posts: 4310
Joined: Tue Dec 03, 2019 6:10 am
Location: Packing - big job
Has thanked: 70 times
Been thanked: 1295 times
Contact:

Re: bakandimgcd

Post by wiak »

A firstrib version of that would be identical in size but provide all the usual KL functionality (assuming the tiny KL utility scripts were added). But FirstRib (with some KL utilities) produced a commandline (non-GUI) Ubuntu FossaFocal distro that was also 78 or 79MB in iso size, and could be expanded to offer Wayland/Sway or xorg-minimal as a medium sized (couple of hundred MB) distro.

I've played with 4MDistro in the past (the full GUI version). It is really like Puppy and very nice to use. In fact it was included as a FirstRibIt script option, which results in a 4MDistro with full FR overlayfs functionality (up to 99 sfs compressed or uncompressed normal directory addons) and full KL capability if the tiny KL utility scripts were added. The most important feature to me would be the package management in terms of dependency resolution and expandibiliy - so the ubuntu-based wee FR-fossafocal was very useful (and was how, as a FR build-script spin-off, I first provided Puppy Linux itself with an apt/dpkg addon prior to much the same being incorporated by others into official Debian-based Pups). The only person I know who used that original apt/dpkg Pup addon was rockedge though (and myself of course in experimentation).

bakandimgcd sounds interesting, but depends on its package management; tiny tiny size seems irrelevant nowadays (except as you say if really wanting a limited specific functionality) - a few hundred MB is already tiny if using any computer from last ten years, but making tinier ones (like tinycorelinux) is an interesting hobby experiment that helps us keep bigger offerings more efficienctly tuned size-wise too. Overall I'd tend to just use 4MDistro itself though, but I can't remember if that provided persistence out-of-the-box nor what package management (repo size and so on) was like for it (turns out provides no package manager - so that was the drawback). 4MLinux could certainy be considered a Puppy competitor overall though. https://en.wikipedia.org/wiki/4MLinux

https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;

User avatar
rockedge
Site Admin
Posts: 7021
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 3146 times
Been thanked: 2933 times
Contact:

Re: bakandimgcd

Post by rockedge »

The only person I know who used that original apt/dpkg Pup addon was rockedge though (and myself of course in experimentation).

The system I have using the apt addon SFS is a Fossapup64 and it's still going strong with Zoneminder installed using APT. Still updating and functioning now for 6 years or so.......

User avatar
rcrsn51
Posts: 1486
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 424 times

Re: bakandimgcd

Post by rcrsn51 »

Here is a GRUB entry for booting directly from the ISO.

Code: Select all

menuentry "BakAndImgCD-48.0 ISO boot" {
  echo "Booting ..."
  set uuid="xxx-yyy-zzz"
  set isopath="/xxx/BakAndImgCD-48.0.iso"
  search --no-floppy --fs-uuid --set=root $uuid
  loopback loop $isopath
  set root=(loop)
  linux (loop)/boot/bzImage
  initrd (loop)/boot/initrd.gz
}

Replace xxx with the locations on your system.

Clarity
Posts: 4232
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1814 times
Been thanked: 569 times

Re: bakandimgcd

Post by Clarity »

@darksun
Downloaded to BOOTISOS folder on Ventoy. Booted Ventoy USB and launched the downloaded ISO all in about a minute. No changes necessary whatsoever.

No issues. Thanks for this distro of utilities!

@wiak, yes, I agree in a FirstRib.

Post Reply

Return to “Other Distros”