Hi All,
Im only new to liux commands and spend most of my time in VB, after searching the web its hard to find a solution in google.
Anyway...... Everyday I backup my Shares folder and ends up being 183 GIG, I tried many ways of backing it up and come to the conclusion that using rar was the best option for my enviroment. So this is the command I use
./rar a -v1g -m0 -ow -ag[dd-mm-yy] Shares "/shares" The resault I get is allot of part files "Shares[15-07-09].part01.rar" which is fine.
What I really want to do now is to backup each folder within the shares directory, so I get something like...
Folder1[15-07-09].part01.rar Folder2[15-07-09].part01.rar Folder3[15-07-09].part01.rar
Well I hope you guys can help with a simple script that I should be able to understand.
Regards, Nathum