Neil Bothwick <n...@digimed.co.uk> wrote:

> BackupPC should cope with this. It uses rsync over SSH, so only needs to
> transfer new/changed files, and will restart where it left off if the
> connection fails (this happens to me sometimes when I switch off my
> laptop while it is backing up and the backup just restarts the next
> morning).

What rsync does can also be done by star by running something like:

umount /mnt
fssnap -F  ufs -d /export/nfs
rm /export/home/EXPORT-NFS.snap
sync
sleep 10
echo > /tmp/S.$$
svcadm disable svc:/network/nfs/server
mount -r `fssnap -F  ufs -o backing-store=/export/home/EXPORT-NFS.snap 
/export/nfs` /mnt
svcadm enable svc:/network/nfs/server

star bs=1m fs=256m -c -xdev -sparse -acl -link-dirs level=1 -cumulative 
dumpdate=/tmp/S.$$ fs-name=/export/nfs -
wtardumps tardumps=/etc/td-copy -C /mnt . | \
star bs=1m fs=256m -xpU -no-fsync -restore -time -C /export/nfs2


star supports enhanced file meta data, what does rsync?

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       j...@cs.tu-berlin.de                (uni)  
       joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Reply via email to