Giter VIP home page Giter VIP logo

Comments (4)

RichardMidnight avatar RichardMidnight commented on July 3, 2024

Hello MrOnak, Thanks for the feedback. I am glad PiSafe is useful to you. If you know of any ways to spread the word about PiSafe, I would love to know.
I will look into an option to encrypt the image file. I cannot focus on it for a while, but it makes sense.
Thanks again
peace

from pi-safe.

RichardMidnight avatar RichardMidnight commented on July 3, 2024

One immediate way to do this is to have Pisafe create an img file by having your backup filename end in ".img". Then pisafe will shrink the filesystem but will NOT compress the file. So you can run your own compression with encryption.
gzip --stdout - | gpg --encrypt --recipient $GPGKEYID --output $TARGETFILE
peace

from pi-safe.

 avatar commented on July 3, 2024

I'm guessing since pi-safe does shrink the image after writing the initial image to disk there won't be a way to avoid having the .img on the disk, correct? If that's the case, then the piping approach I outlined above won't work. Which is probably fine for most people including myself ;)

As I said, adding the gpg step manually after the pi-safe run is not a big issue, still adding it might be a convenience feature

from pi-safe.

RichardMidnight avatar RichardMidnight commented on July 3, 2024

Again, thanks for the feedback, it is much appreciated. I hope pisafe is useful to you.

Upon consideration, since pisafe can easily cleanly create a shrunk .img file which you can process as desired (including running through gpg), I am not going to add gpg support directly to pisafe at this time.

  • peace

from pi-safe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.