Goffredo Saffioti wrote:Good mornin
Ok your script work fine, but my problem still persist, because the work directory is too big so i need to do backup on more little portion of dir , i attempt to process i wish to process $backup_dir/2 or /4 how can do it?
Which part of the process is failing because the directory is to big? The find should be able to handle it, so is it the other part? Because I am not familar with the utility you are running I can't tell where your size limitation is...
http://danconia.org
the problem is bound to the dimension of the file on the filesystem .
On ext3fs the size of a file is maximum 2.50 .
So that is the limitation if my dir contain a number of dir that is greater than that size, and my backup don't contain all files of the directory, so i need to devide the dorectory content and backup this before and backup later a next part .
the 3 modules that are in the script allow me to execute this script with multi process for to speed up the backup time, but this another story :-)
How can handle a portion more light of my big dir ?? .
Thanks in advance .
Goffredo Saffioti .
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]