Tôi có một thư mục khoảng 180 GB, tôi cần phải nén nó như sau:
zip -p password /Volumes/GGZ/faster/mybigfolder/* /Volumes/Storage\ 4/archive.zip
Nhưng nó nói:
zip warning: name not matched: /Volumes/Storage 4/archive.zip
Vậy làm thế nào để tôi làm điều này? Một lưu ý khác, archive.zip
không tồn tại, nhưng tôi đang cố gắng tạo ra nó.
zip -P password /Volumes/Storage\ 4/archive -p /Volumes/GGZ/faster/mybigfolder/*