Hello, backuppc-users!

I have some problem whith rsync backup.
When i run full backup, it's work fine - I have full backup and no
have excluded files.

Then i run incremental backup, I  get copy of all files, that
currently have in full backup and files, that marked as excluded. I
don't need this files, but I get it, and my backup is too large.

This is my hosts conf:

$Conf{RsyncShareName} = ['/etc', '/root', '/var/spool/cron', '/home', 
'/var/streaming', '/boot'];
$Conf{RsyncArgs} = [
                '--numeric-ids',
                '--perms',
                '--owner',
                '--group',
                '-D',
                '--links',
                '--times',
                '--block-size=2048',
                '--recursive',
                '--exclude', '/disk1/*',
                '--exclude', '/fsbackup/*',
                '--exclude', '/homes/*',
                '--exclude', '/samba/*',
];

As you see, relative ways since absolute to work here are registered
did not become.
Absolute path for exclude is: /home/disk1 , /home/fsbackup,
/home/homes, /home/samba

Help me! What do I do incorrectly?


-- 
С уважением,
 Egenius                          mailto:[EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to