in reply to Re: File::Rsync match pattern
in thread File::Rsync match pattern

Thank you very much for the tip ! I will try it and I feedback to you

Replies are listed 'Best First'.
Re^3: File::Rsync match pattern
by salva (Canon) on Jul 21, 2011 at 08:12 UTC
    You can also try running your script with strace (or similar) in order to see the rsync invocation done by File::Rsync.

      Ok, I've checked for Net::OpenSSH, but the lib isn't packaged for Debian/Ubuntu. So, because of care reasons, I can't use it. I will build the rsync command and run it trough an "open" function. Thanks anyway !