| View previous topic :: View next topic |
| Author |
Message |
Carsten Lorenz Guest
|
Posted: Mon Jul 04, 2005 8:27 am Post subject: rdiff-backup on debian |
|
|
Hi,
we would like to try rdiff-backup for our two fileservers.
Both servers are running debian 3.1 and rdiff-backup 0.13.4.
The filesystem is xfs and we are using ACLs.
The idea is to backup the data of one server to the raid of the other one.
Has anyone experience with ca. 1TB of files?
A test showed that rdiff-backup can't handle our ACLs. Any suggestions?
Carsten
Executing ssh -C root < at > fileserver1 rdiff-backup --server
Unable to import module xattr. EAs not supported on filesystem at
/mnt/files/clients/Safety
Unable to import module posix1e from pylibacl package.
ACLs not supported on filesystem at /mnt/files/clients/Safety
-----------------------------------------------------------------
Detected abilities for source (read only) file system:
Access control lists Off
Extended attributes Off
Mac OS X style resource forks Off
Mac OS X Finder information Off
-----------------------------------------------------------------
Unable to import module xattr. EAs not supported on filesystem at
/mnt/backup/test-rdb/rdiff-backup-data/rdiff-backup.tmp.0
Unable to import module posix1e from pylibacl package.
ACLs not supported on filesystem at
/mnt/backup/test-rdb/rdiff-backup-data/rdiff-backup.tmp.0
-----------------------------------------------------------------
Detected abilities for destination (read/write) file system:
Characters needing quoting ''
Ownership changing On
Hard linking On
fsync() directories On
Directory inc permissions On
Access control lists Off
Extended attributes Off
Mac OS X style resource forks Off
Mac OS X Finder information Off
-----------------------------------------------------------------
Starting increment operation /mnt/files/clients/Safety to
/mnt/backup/test-rdb
--------------[ Session statistics ]--------------
StartTime 1120491346.00 (Mon Jul 4 17:35:46 2005)
EndTime 1120491378.93 (Mon Jul 4 17:36:18 2005)
ElapsedTime 32.93 (32.93 seconds)
SourceFiles 11952
SourceFileSize 19470949989 (18.1 GB)
MirrorFiles 11952
MirrorFileSize 19470949989 (18.1 GB)
NewFiles 0
NewFileSize 0 (0 bytes)
DeletedFiles 0
DeletedFileSize 0 (0 bytes)
ChangedFiles 0
ChangedSourceSize 0 (0 bytes)
ChangedMirrorSize 0 (0 bytes)
IncrementFiles 0
IncrementFileSize 0 (0 bytes)
TotalDestinationSizeChange 0 (0 bytes)
Errors 0
-------------------------------------------------- |
|
| Back to top |
|
 |
dean gaudet Guest
|
Posted: Mon Jul 04, 2005 9:32 am Post subject: rdiff-backup on debian |
|
|
On Mon, 4 Jul 2005, Carsten Lorenz wrote:
| Quote: | A test showed that rdiff-backup can't handle our ACLs. Any suggestions?
| ...
| Quote: | Unable to import module posix1e from pylibacl package.
|
you need to "apt-get install python-pylibacl"... you can also throw in
python-pyxattr if you want extended attributes.
i maintain a relatively recent 0.13.x cvs snapshot .deb for myself at
<http://arctic.org/~dean/debian/> ... my package "Recommends:
python-pylibacl, python-pyxattr", i should communicate this to the debian
folks at some point.
-dean |
|
| Back to top |
|
 |
David Kempe Guest
|
Posted: Mon Jul 04, 2005 12:54 pm Post subject: rdiff-backup on debian |
|
|
Carsten Lorenz wrote:
| Quote: | The idea is to backup the data of one server to the raid of the other one.
Has anyone experience with ca. 1TB of files?
|
the overall repository size is not going to get you, just the size of
the largest files and the length of the paths. see recent posts and the
man page for some bugs.
Aside from that you should be fine.
I would be interested in your initial backup stats
dave |
|
| Back to top |
|
 |
Carsten Lorenz Guest
|
Posted: Thu Jul 07, 2005 5:40 am Post subject: rdiff-backup on debian |
|
|
David Kempe wrote:
| Quote: | Carsten Lorenz wrote:
| Quote: | The idea is to backup the data of one server to the raid of the other
one.
Has anyone experience with ca. 1TB of files?
|
the overall repository size is not going to get you, just the size of
the largest files and the length of the paths. see recent posts and
the man page for some bugs.
|
I've only found the limit of 235 chars per file name (or directory name)
in the man page.
(But the maximum I've found in my test are 34 appended chars. So it
might be only 221 chars that work.)
That would be OK.
The 2GB per file limit would also be OK, but we have the 2.3 version.
| Quote: | I would be interested in your initial backup stats
|
I will post it.
Carsten |
|
| Back to top |
|
 |
Carsten Lorenz Guest
|
Posted: Thu Jul 07, 2005 5:54 am Post subject: rdiff-backup on debian |
|
|
dean gaudet wrote: | Quote: | | Quote: | On Mon, 4 Jul 2005, Carsten Lorenz wrote:
| Quote: | A test showed that rdiff-backup can't handle our ACLs. Any suggestions?
| ...
you need to "apt-get install python-pylibacl"... you can also throw in
python-pyxattr if you want extended attributes.
| | thanks, works fine now.
Carsten |
|
| Back to top |
|
 |
|