https://github.com/nazdridoy/partclone-nbd-git
An AUR package for - partclone-nbd - Export partclone/clonezilla images as block devices without restoring them.
https://github.com/nazdridoy/partclone-nbd-git
clonezilla partclone rescuezilla
Last synced: 3 months ago
JSON representation
An AUR package for - partclone-nbd - Export partclone/clonezilla images as block devices without restoring them.
- Host: GitHub
- URL: https://github.com/nazdridoy/partclone-nbd-git
- Owner: nazdridoy
- License: mit
- Created: 2024-10-29T01:35:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:47:58.000Z (7 months ago)
- Last Synced: 2024-12-29T02:55:07.380Z (5 months ago)
- Topics: clonezilla, partclone, rescuezilla
- Language: Shell
- Homepage: https://github.com/allvpv/partclone-nbd
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# partclone-nbd-git
An AUR package for [partclone-nbd](https://github.com/allvpv/partclone-nbd) - Export partclone/clonezilla images as block devices without restoring them.## Description
This package provides a Network Block Device (NBD) server that allows you to mount Partclone/Clonezilla images as block devices without the need to restore them first. This is particularly useful for:
- Quick inspection of image contents
- Mounting images for data recovery
- Testing images without full restoration
- Accessing specific files from backup images## Installation
### Manual```bash
git clone https://aur.archlinux.org/partclone-nbd-git.git
cd partclone-nbd-git
makepkg -si
```### With AUR helper (paru/yay)
#### With yay
```bash
yay -S partclone-nbd-git
```#### With paru
```bash
paru -S partclone-nbd-git
```
### Dependencies- Required:
- `glibc`
- `git` (make)
- `cmake` (make)- Optional:
- `partclone`: for creating compatible disk images
- `clonezilla`: for creating compatible disk images