मेरे पास लगभग 180 जीबी का एक फ़ोल्डर है, मुझे इसे पसंद करने की आवश्यकता है:
zip -p password /Volumes/GGZ/faster/mybigfolder/* /Volumes/Storage\ 4/archive.zip
लेकिन यह कहता है:
zip warning: name not matched: /Volumes/Storage 4/archive.zip
फिर मेरे द्वारा इसे कैसे किया जाएगा? दूसरे नोट पर, archive.zip
मौजूद नहीं है, लेकिन मैं इसे बनाने की कोशिश कर रहा हूं।
zip -P password /Volumes/Storage\ 4/archive -p /Volumes/GGZ/faster/mybigfolder/*