I'm trying to backup the whole volume of a drive. I want to have it password-protected
This is what I did
zip -er archive.zip /Volumes/Storage/ But I'm getting zip warning: name not matched
Thanks!
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalI'm trying to backup the whole volume of a drive. I want to have it password-protected
This is what I did
zip -er archive.zip /Volumes/Storage/ But I'm getting zip warning: name not matched
Thanks!
zipis a tool to package and compress (archive) files. My suggestion is to first create a tarball (withtar) with the whole volume of the drive and afterwards compress it.