On a FreeBSD server, is there any way to encrypt a file, which is probably 90%+ of my quota?
I thought of using split, then after encrypting a file, delete the original.. but then, when I have all the split encrypted files, how could I merge them [using cat files* > all ], without using double disk quota? And how could I split the file without going over also? lol
I realize this might be impossible, if it is, then just say so.