Saturday 2 September 2017

Zipping files greater than 2GB in bash shell

I ve been trying to zip all the files in partcular directory into a single zip file and then transfer it to destination server. command i ve used is like


zip -j $Zipfilename *

the problem is sometimes the total size of all the files is reaching > 2GB so i'm getting below warning


zip warning: name not matched

and files are not getting zipped .Is there is anyother way to do it, without getting the above error? Please help me out!!

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...