Line 607:
Line 607:
mkdir /media/backup2/archive
mkdir /media/backup2/archive
cd /media/backup1/archive
cd /media/backup1/archive
−
tar cpf - . ! ( cd /media/backup2/archive && tar xpf - )
+
tar cpf - . | ( cd /media/backup2/archive && tar xpf - )
where '''archive''' is the name of the AFFA job you want to move to the other disk.
where '''archive''' is the name of the AFFA job you want to move to the other disk.