Piclone
Utility to back up Pi to an SD card reader
Install / Use
/learn @raspberrypi-ui/PicloneREADME
How to build
- Install dependencies
The dependencies of any Debian project are listed in the "Build-Depends" section of the file named "control" in the "debian" subdirectory of the project. Either install each of these manually by using "sudo apt install <dependency-name>", or, if the project has already been released into apt, the build dependencies can all be automatically installed using the command "sudo apt build-dep <package-name>".
- Configure meson
To configure the meson build system, use the command "meson setup builddir" in the top directory of the project. This will create a subdirectory "builddir", and by default set the project for installation in the /usr/local tree, which will not overwrite a version which has been installed from apt.
If you wish to overwrite a preinstalled version in the /usr tree, use the command "meson setup builddir --prefix=/usr --libdir=/usr/lib/<library-location>". On a 32-bit system, <library-location> should be "arm-linux-gnueabihf". On a 64-bit system, <library-location> should be "aarch64-linux-gnu".
- Build
To build the application, change to the "builddir" directory and use the command "meson compile".
- Install
To install the application and all required data files, change to the "builddir" directory and use the command "sudo meson install".
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
