Re: trouble backup with perl.

2003-10-27 Thread Goffredo Saffioti
Wiggins d'Anconia ha scritto: Goffredo Saffioti wrote: 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 o

Re: trouble backup with perl.

2003-10-23 Thread Wiggins d'Anconia
Goffredo Saffioti wrote: 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

Re: trouble backup with perl.

2003-10-23 Thread Goffredo Saffioti
Wiggins d'Anconia ha scritto: Goffredo Saffioti wrote: Good Evening all . I'm experiencing to write a perl script for to make backup with afio under perl . But a have some problem when try to execute the system command with the " @_ " this seem to be not the right way for exec this system com

Re: trouble backup with perl.

2003-10-22 Thread Wiggins d'Anconia
Goffredo Saffioti wrote: Good Evening all . I'm experiencing to write a perl script for to make backup with afio under perl . But a have some problem when try to execute the system command with the " @_ " this seem to be not the right way for exec this system command "i'm not sure" . but in pas

trouble backup with perl.

2003-10-22 Thread Goffredo Saffioti
Good Evening all . I'm experiencing to write a perl script for to make backup with afio under perl . But a have some problem when try to execute the system command with the " @_ " this seem to be not the right way for exec this system command "i'm not sure" . but in past time i'm used this kind