... I know, that this was discussed some time ago (12.10.2009).

I use rsync with incremental backups.

My configuration:
$Conf{RsyncArgs} = [
  '--numeric-ids',
  '--perms',
  '--owner',
  '--group',
  '-D',
  '--links',
  '--hard-links',
  '--times',
  '--block-size=2048',
  '--recursive',
  '--exclude',
  '/proc',
  '--exclude',
  '/sys',
  '--exclude',
  'lost+found',
  '--one-file-system',
  '--exclude=/mars',
  '--exclude',
  'home/locusr/alter_mars',
  '--exclude',
  '/home/locusr/alter_mars',
  '--exclude',
  'locusr/alter_mars',
  '--exclude',
  '/locusr/alter_mars'
];

Every time, I run a full backup, I get the following command line in the
Xferlog:
full backup started for directory /home (baseline backup #63)
Running: sudo /usr/bin/rsync --server --sender --numeric-ids --perms --owner
--group -D --links --hard-links --times --block-size=2048 --recursive
--one-file-system --ignore-times . /home/
Xfer PIDs are now 6951
Got remote protocol 30
Negotiated protocol version 28
Sent exclude: /proc
Sent exclude: /sys
Sent exclude: lost+found
Sent exclude: /mars
Sent exclude: home/maringer/alter_mars
Sent exclude: /home/maringer/alter_mars
Sent exclude: maringer/alter_mars
Sent exclude: /maringer/alter_mars
Xfer PIDs are now 6951,7008

But in the next incremental backup, there are the following lines:
incr backup started back to 2010-08-01 02:00:00 (backup #64) for directory
/home
Running: sudo /usr/bin/rsync --server --sender --numeric-ids --perms --owner
--group -D --links --hard-links --times --block-size=2048 --recursive
--one-file-system . /home/
Xfer PIDs are now 4463
Got remote protocol 30
Negotiated protocol version 28
Xfer PIDs are now 4463,4483

But in the first step (mount point "/") there are the exclude lines. I
think, this is a bug ... can anybody approve? Thanks a lot.


Best regards

Alexander Maringer


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to