Hi all.
i use rsync on *working*  openbsd to expect in order to recover some files
on some level .

because when i rysnc -av /32G-USBmemory/  /harddiskdrive by booting
2G-USBmemory , ibus-anthy and xfce4-terminal die on  harddiskdrive(opebsd
itself works).
and more 'pkg_add ibus-anthy ' does not have effect

and
'using (tar -cvpf - .)|(tar -xpf -)' also end ibus-anthy and xfce4-terminal
death.

is the some difference in memory and harddisk ?

---
mount_ext2fs /dev/sd1k /DATA
rsync -avHx    /.cshrc  /DATA/RSYNC-working
rsync -avHx    /.profile  /DATA/RSYNC-working
rsync -avHx    /altroot  /DATA/RSYNC-working
rsync -avHx    /bin  /DATA/RSYNC-working
rsync -avHx    /boot  /DATA/RSYNC-working
rsync -avHx    /bsd  /DATA/RSYNC-working
rsync -avHx    /bsd.rd  /DATA/RSYNC-working
rsync -avHx    /dev  /DATA/RSYNC-working
rsync -avHx    /etc  /DATA/RSYNC-working
rsync -avHx  --exclude="home/Auser/.cache" --exclude="home/Auser/.mozilla"
/DATA/RSYNC-working
rsync -avHx    /root  /DATA/RSYNC-working
rsync -avHx    /sbin  /DATA/RSYNC-working
rsync -avHx    /sys  /DATA/RSYNC-working
rsync -avHx    /usr  /DATA/RSYNC-working
rsync -avHx    /var  /DATA/RSYNC-working
---
regards

Reply via email to