Displaying 1 result from an estimated 1 matches for "megaera".
Did you mean:
magiera
2009 Jan 16
2
DO NOT REPLY [Bug 6043] New: rsync ignores -x for some file systems
...ReportedBy: frederick.roth@innovidata.com
QAContact: rsync-qa@samba.org
Hi,
I use rsync on gentoo to backup files to an external harddrive the following
problem exists with rsync 3.0.4 and 3.0.5.(unknown for other version.
As stated in the summary rsync ignores -x for some partitions.
megaera froth # mount
/dev/sda1 on / type ext3 (rw,noatime)
/dev/sda5 on /home/froth type crypt (defaults)
/dev/sdb1 on /mnt/removable type ext3 (rw)
The above listing shows my configured partitions.
I use the following command to backup
rsync -axH --progress --numeric-ids --delete / /mnt/removable
whic...