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

You can also try running your script with strace (or similar) in order to see the rsync invocation done by File::Rsync.

Replies are listed 'Best First'.
Re^4: File::Rsync match pattern
by rei (Novice) on Jul 21, 2011 at 16:21 UTC

    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 !