framp

Results 158 comments of framp

Please check https://github.com/billw2/rpi-clone/pull/147

> Must the destination 256 GB or larger? As far as I know it has to have at least 20GB and some space for the boot partition. > Can anyone...

This will not work. dd is a 1:1 copy and you need at least the same size of your source device for your target device. I thought you want to...

Please delete the bash debug output in your previous comment and attach the contents in a file :wink: Anyhow I was just able to create a clone of my CM4...

@AzureRaptor Glad raspiBackup helps you to manage your backups. Do you know there is a [beta](https://github.com/framps/raspiBackup/issues/553#issuecomment-1328109659) out there which supports Ubuntu and will be included in next release of raspiBackup?

This repository is no longer maintained. Please head over to [this](https://github.com/geerlingguy/rpi-clone/) repository and make sure you use the latest code from there.

Thank you very much for your example code. But it's not accepting slashes in a parameter in the url. That's my current workaround: ``` package main import ( "fmt" "io/ioutil"...

@thinkerou It's possible to have slashes in url parms witgh now with gin (See my example above). Would be great to have more control like ```r.GET("/test/:name/*1justOneArgBetweenSlashes/*2justOneArgWithOnSlashBetweenSlashes"``` which will return for...

Hello Diego. I'm glad you volunteer to add Spanish and Italian to raspiBackup :+1: As far as I can see there are already a lot of raspiBackup users in Italy...

I just created a [dedicated branch](https://github.com/framps/raspiBackup/tree/m_740_IT_ES) for the new languages and added the initial code in the installer in order to enable IT and ES :wink: When the installer is...