rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[rdiff-backup-users] confused why rdiff-backup is not storing all I ask


From: martin f krafft
Subject: [rdiff-backup-users] confused why rdiff-backup is not storing all I ask it to
Date: Tue, 2 Sep 2008 17:50:09 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

I am using rdiff-backup from backupninja, which assembles the
following command line (--verb 8 was added by me):

  /usr/bin/rdiff-backup --verb 8 --print-statistics --exclude
  '/var/lock' --exclude '/var/run' --exclude '/var/cache' --exclude
  '/var/lib/apt' --exclude '/var/lib/amavis' --exclude '/var/tmp'
  --exclude '/var/spool' --exclude '/srv/music' --exclude
  '/srv/squid' --exclude '/srv/home' --exclude '/srv/mldonkey'
  --include '/var' --include '/etc' --include '/root' --include
  '/srv' --include '/usr/local' --include '/boot/grub' --include
  '/var/cache/debconf' --exclude '/*'
  / address@hidden::rdiff-backup/

When I run this, I found that it doesn't save any /var (e.g.
/var/log), /boot, /usr/local, but only /etc, /root, and /srv.

What's going on? When I inspect the console output, I see a lot of
stuff I can't really interpret, but which seems related to

  http://lists.nongnu.org/archive/html/rdiff-backup-users/2008-07/msg00030.html

Also, there's no mention of /var whatsoever.

What's going on?



Using rdiff-backup version 1.1.16
Executing ssh -C address@hidden rdiff-backup --server
Registering connection 1
escape_dos_devices not required by filesystem at /
-----------------------------------------------------------------
Detected abilities for source (read only) file system:
  Access control lists                         On
  Extended attributes                          On
  Case sensitivity                             On
  Escape DOS devices                           Off
  Mac OS X style resource forks                Off
  Mac OS X Finder information                  Off
-----------------------------------------------------------------
Making directory rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/5-_ a.snapshot.gz
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/5-_ a.snapshot.gz
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/uniᄉ
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/uniᄉ
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/:\"
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/:\"
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/A
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/A
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/foo
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/foo
Making directory rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/hl
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/hardlinked_file1
Hard linking 
rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/hl/hardlinked_file2 to 
rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/hardlinked_file1
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/dir_inc_check
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/dir_inc_check
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/regfile
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/regfile
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/high_perms_file
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/high_perms_dir
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/high_perms_file
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/high_perms_dir
Touching rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/symlinked_file1
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/symlinked_file2
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0/symlinked_file1
escape_dos_devices not required by filesystem at 
rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0
Deleting rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0
Removing directory rdiff-backup/rdiff-backup-data/rdiff-backup.tmp.0
-----------------------------------------------------------------
Detected abilities for destination (read/write) file system:
  Ownership changing                           Off
  Hard linking                                 On
  fsync() directories                          On
  Directory inc permissions                    On
  High-bit permissions                         On
  Symlink permissions                          Off
  Extended filenames                           On
  Windows reserved filenames                   Off
  Access control lists                         On
  Extended attributes                          On
  Case sensitivity                             On
  Escape DOS devices                           Off
  Mac OS X style resource forks                Off
  Mac OS X Finder information                  Off
-----------------------------------------------------------------
Backup: must_escape_dos_devices = 0
Writing mirror marker 
rdiff-backup/rdiff-backup-data/current_mirror.2008-09-02T18:31:04+02:00.data
Starting increment operation / to rdiff-backup
Exception '[Errno 95] Operation not supported' raised of class 
'exceptions.IOError':
  File "/var/lib/python-support/python2.4/rdiff_backup/robust.py", line 32, in 
check_common_error
    try: return function(*args)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1050, in 
append
    return self.__class__(self.conn, self.base, self.index + (ext,))
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 767, in 
__init__
    else: self.setdata()
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 792, in 
setdata
    if self.lstat(): self.conn.rpath.setdata_local(self)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1396, in 
setdata_local
    if Globals.acls_conn: rpath.data['acl'] = acl_get(rpath)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 562, 
in rpath_acl_get
    if not rp.issym(): acl.read_from_rp(rp)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 357, 
in read_from_rp
    self.entry_list, self.default_entry_list = \
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 383, 
in get_acl_lists_from_rp
    try: acl = posix1e.ACL(file=rp.path)

ListError boot [Errno 95] Operation not supported
Exception '[Errno 95] Operation not supported' raised of class 
'exceptions.IOError':
  File "/var/lib/python-support/python2.4/rdiff_backup/robust.py", line 32, in 
check_common_error
    try: return function(*args)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1050, in 
append
    return self.__class__(self.conn, self.base, self.index + (ext,))
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 767, in 
__init__
    else: self.setdata()
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 792, in 
setdata
    if self.lstat(): self.conn.rpath.setdata_local(self)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1396, in 
setdata_local
    if Globals.acls_conn: rpath.data['acl'] = acl_get(rpath)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 562, 
in rpath_acl_get
    if not rp.issym(): acl.read_from_rp(rp)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 357, 
in read_from_rp
    self.entry_list, self.default_entry_list = \
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 383, 
in get_acl_lists_from_rp
    try: acl = posix1e.ACL(file=rp.path)

ListError etc/zsh/zshrc/proc [Errno 95] Operation not supported
Getting signature of root/.var/zsh/history with blocksize 112
Getting delta (with hash) of /root/.var/zsh/history with signature 
root/.var/zsh/history
Processing changed file .
Incrementing mirror file rdiff-backup
Touching rdiff-backup/rdiff-backup-data/increments.2008-09-02T18:28:20+02:00.dir
Copying inc attrs from () to 
rdiff-backup/rdiff-backup-data/increments.2008-09-02T18:28:20+02:00.dir
Setting time of 
rdiff-backup/rdiff-backup-data/increments.2008-09-02T18:28:20+02:00.dir to 
1220370279
Processing changed file root
Incrementing mirror file rdiff-backup/root
Touching 
rdiff-backup/rdiff-backup-data/increments/root.2008-09-02T18:28:20+02:00.dir
Copying inc attrs from ('root',) to 
rdiff-backup/rdiff-backup-data/increments/root.2008-09-02T18:28:20+02:00.dir
Setting time of 
rdiff-backup/rdiff-backup-data/increments/root.2008-09-02T18:28:20+02:00.dir to 
1220372311
Processing changed file root/.var
Incrementing mirror file rdiff-backup/root/.var
Touching 
rdiff-backup/rdiff-backup-data/increments/root/.var.2008-09-02T18:28:20+02:00.dir
Copying inc attrs from ('root', '.var') to 
rdiff-backup/rdiff-backup-data/increments/root/.var.2008-09-02T18:28:20+02:00.dir
Setting time of 
rdiff-backup/rdiff-backup-data/increments/root/.var.2008-09-02T18:28:20+02:00.dir
 to 1152024933
Processing changed file root/.var/zsh
Incrementing mirror file rdiff-backup/root/.var/zsh
Touching 
rdiff-backup/rdiff-backup-data/increments/root/.var/zsh.2008-09-02T18:28:20+02:00.dir
Copying inc attrs from ('root', '.var', 'zsh') to 
rdiff-backup/rdiff-backup-data/increments/root/.var/zsh.2008-09-02T18:28:20+02:00.dir
Setting time of 
rdiff-backup/rdiff-backup-data/increments/root/.var/zsh.2008-09-02T18:28:20+02:00.dir
 to 1220372899
Processing changed file root/.var/zsh/history
Writing file object to rdiff-backup/root/.var/zsh/rdiff-backup.tmp.1
Copying attributes from ('root', '.var', 'zsh', 'history') to 
rdiff-backup/root/.var/zsh/rdiff-backup.tmp.1
Setting time of rdiff-backup/root/.var/zsh/rdiff-backup.tmp.1 to 1220373062
Incrementing mirror file rdiff-backup/root/.var/zsh/history
Writing delta rdiff-backup/root/.var/zsh/rdiff-backup.tmp.1 from 
rdiff-backup/root/.var/zsh/history -> 
rdiff-backup/rdiff-backup-data/increments/root/.var/zsh/history.2008-09-02T18:28:20+02:00.diff.gz
Getting signature of root/.var/zsh/rdiff-backup.tmp.1 with blocksize 112
Writing file object to 
rdiff-backup/rdiff-backup-data/increments/root/.var/zsh/history.2008-09-02T18:28:20+02:00.diff.gz
Copying inc attrs from ('root', '.var', 'zsh', 'history') to 
rdiff-backup/rdiff-backup-data/increments/root/.var/zsh/history.2008-09-02T18:28:20+02:00.diff.gz
Setting time of 
rdiff-backup/rdiff-backup-data/increments/root/.var/zsh/history.2008-09-02T18:28:20+02:00.diff.gz
 to 1220372899
Renaming rdiff-backup/root/.var/zsh/rdiff-backup.tmp.1 to 
rdiff-backup/root/.var/zsh/history
Exception '[Errno 95] Operation not supported' raised of class 
'exceptions.IOError':
  File "/var/lib/python-support/python2.4/rdiff_backup/robust.py", line 32, in 
check_common_error
    try: return function(*args)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1050, in 
append
    return self.__class__(self.conn, self.base, self.index + (ext,))
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 767, in 
__init__
    else: self.setdata()
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 792, in 
setdata
    if self.lstat(): self.conn.rpath.setdata_local(self)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1396, in 
setdata_local
    if Globals.acls_conn: rpath.data['acl'] = acl_get(rpath)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 562, 
in rpath_acl_get
    if not rp.issym(): acl.read_from_rp(rp)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 357, 
in read_from_rp
    self.entry_list, self.default_entry_list = \
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 383, 
in get_acl_lists_from_rp
    try: acl = posix1e.ACL(file=rp.path)

ListError srv/tftp/x40-update/pxelinux.cfg/default/sys [Errno 95] Operation not 
supported
Exception '[Errno 95] Operation not supported' raised of class 
'exceptions.IOError':
  File "/var/lib/python-support/python2.4/rdiff_backup/robust.py", line 32, in 
check_common_error
    try: return function(*args)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1050, in 
append
    return self.__class__(self.conn, self.base, self.index + (ext,))
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 767, in 
__init__
    else: self.setdata()
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 792, in 
setdata
    if self.lstat(): self.conn.rpath.setdata_local(self)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1396, in 
setdata_local
    if Globals.acls_conn: rpath.data['acl'] = acl_get(rpath)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 562, 
in rpath_acl_get
    if not rp.issym(): acl.read_from_rp(rp)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 357, 
in read_from_rp
    self.entry_list, self.default_entry_list = \
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 383, 
in get_acl_lists_from_rp
    try: acl = posix1e.ACL(file=rp.path)

ListError srv/tftp/x40-update/pxelinux.cfg/default/tmp [Errno 95] Operation not 
supported
Exception '[Errno 95] Operation not supported' raised of class 
'exceptions.IOError':
  File "/var/lib/python-support/python2.4/rdiff_backup/robust.py", line 32, in 
check_common_error
    try: return function(*args)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1050, in 
append
    return self.__class__(self.conn, self.base, self.index + (ext,))
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 767, in 
__init__
    else: self.setdata()
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 792, in 
setdata
    if self.lstat(): self.conn.rpath.setdata_local(self)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1396, in 
setdata_local
    if Globals.acls_conn: rpath.data['acl'] = acl_get(rpath)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 562, 
in rpath_acl_get
    if not rp.issym(): acl.read_from_rp(rp)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 357, 
in read_from_rp
    self.entry_list, self.default_entry_list = \
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 383, 
in get_acl_lists_from_rp
    try: acl = posix1e.ACL(file=rp.path)

ListError srv/tftp/x40-update/pxelinux.cfg/default/usr [Errno 95] Operation not 
supported
Exception '[Errno 95] Operation not supported' raised of class 
'exceptions.IOError':
  File "/var/lib/python-support/python2.4/rdiff_backup/robust.py", line 32, in 
check_common_error
    try: return function(*args)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1050, in 
append
    return self.__class__(self.conn, self.base, self.index + (ext,))
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 767, in 
__init__
    else: self.setdata()
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 792, in 
setdata
    if self.lstat(): self.conn.rpath.setdata_local(self)
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 1396, in 
setdata_local
    if Globals.acls_conn: rpath.data['acl'] = acl_get(rpath)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 562, 
in rpath_acl_get
    if not rp.issym(): acl.read_from_rp(rp)
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 357, 
in read_from_rp
    self.entry_list, self.default_entry_list = \
  File "/var/lib/python-support/python2.4/rdiff_backup/eas_acls.py", line 383, 
in get_acl_lists_from_rp
    try: acl = posix1e.ACL(file=rp.path)

ListError srv/tftp/x40-update/pxelinux.cfg/default/var [Errno 95] Operation not 
supported
Copying attributes from ('root', '.var', 'zsh') to rdiff-backup/root/.var/zsh
Setting time of rdiff-backup/root/.var/zsh to 1220373062
Copying attributes from ('root', '.var') to rdiff-backup/root/.var
Setting time of rdiff-backup/root/.var to 1152024933
Copying attributes from ('root',) to rdiff-backup/root
Setting time of rdiff-backup/root to 1220372311
Copying attributes from () to rdiff-backup
Setting time of rdiff-backup to 1220370279
Touching 
rdiff-backup/rdiff-backup-data/extended_attributes.2008-09-02T18:31:04+02:00.snapshot
Writing mirror_metadata diff
Deleting 
rdiff-backup/rdiff-backup-data/mirror_metadata.2008-09-02T18:28:20+02:00.snapshot.gz
--------------[ Session statistics ]--------------
StartTime 1220373064.00 (Tue Sep  2 18:31:04 2008)
EndTime 1220373245.41 (Tue Sep  2 18:34:05 2008)
ElapsedTime 181.41 (3 minutes 1.41 seconds)
SourceFiles 2565
SourceFileSize 29843351 (28.5 MB)
MirrorFiles 2565
MirrorFileSize 29842824 (28.5 MB)
NewFiles 0
NewFileSize 0 (0 bytes)
DeletedFiles 0
DeletedFileSize 0 (0 bytes)
ChangedFiles 4
ChangedSourceSize 14230 (13.9 KB)
ChangedMirrorSize 13703 (13.4 KB)
IncrementFiles 5
IncrementFileSize 173 (173 bytes)
TotalDestinationSizeChange 700 (700 bytes)
Errors 6
--------------------------------------------------
Deleting 
rdiff-backup/rdiff-backup-data/current_mirror.2008-09-02T18:28:20+02:00.data
Cleaning up


-- 
martin | http://madduck.net/ | http://two.sentenc.es/
 
never underestimate the power of human stupidity.
 
spamtraps: address@hidden

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]