Hi,
there seems to be a problem using the rsync --prune-empty-dirs
(-m) option with backuppc (see log-file/config).
The rsync command/options works with all clients invoked via shell (and, 
of course, without the -m option), but not via rsyncp. Seems like rsync 
"reads" all the directories and filters them afterwards, so it might be 
a timeout-issue?
Or am I missing something?

Regards,
Bernhard


### log
Connected to 192.168.x.x:873, remote version 29
Negotiated protocol version 26
Connected to module Ddrive
Sending args: --server --sender --numeric-ids --perms --owner --group -D 
--links --times --block-size=2048 --recursive --prune-empty-dirs -D 
--ignore-times . .
Read EOF:
Tried again: got 0 bytes
Done: 0 files, 0 bytes
Got fatal error during xfer (Unable to read 4 bytes)
Backup aborted (Unable to read 4 bytes)



### Rsync Args of host.pl
$Conf{RsyncArgs} = [
             '--numeric-ids',
             '--perms',
             '--owner',
             '--group',
             '--devices',
             '--links',
             '--times',
             '--block-size=2048',
             '--recursive',
            '--prune-empty-dirs',
             '--checksum-seed=32761',
             # Add additional arguments here
             #
             '-D',

'--include', '**/',
'--include', '**/[mM][iI][tT]_[aA][lL][lL][eE][sS]/*',
'--exclude', '*',

];

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to