Help for this page
open ( CRON, "ssh host crontab -l" ) || die $!; while ( <CRON> ) { print $_; }
open ( RSYNC, "rsync -az -e \"ssh -o BatchMode=yes\" --delete-after ho +st:/path/to/dir /path/to/backup |" ); while ( <RSYNC> ) { print "output: $_"; }