https://bugzilla.samba.org/show_bug.cgi?id=2570
Summary: cygwin version of rsync produces "Fatal exception 0E in
VXD IFSMGR(04)" on Windows 98 SE
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: other
Status:
https://bugzilla.samba.org/show_bug.cgi?id=2570
--- Additional Comments From [EMAIL PROTECTED] 2005-04-02 21:50 ---
Forgot: just to let you know, after the blue screen I hit a space to return, and
the rsync just hangs. Then I hit control-C and that's when I see
rsync error: received
https://bugzilla.samba.org/show_bug.cgi?id=2570
[EMAIL PROTECTED] changed:
What|Removed |Added
OS/Version|other |Windows 98
Platform|All
Anyone have a good practice using Rsync with Ensim?.. I would like to han
extra server for backup when my main one goes down, i will have all my
domains availiable..
Thanks
Carlos Santillana
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read:
> grep nfs /proc/mounts
abit:/snapshot/abit /backup nfs
ro,nosuid,nodev,v3,rsize=4096,wsize=8192,hard,intr,udp,lock,addr=abit 0 0
... easier, and a simple prefix without a nesting level:
NFS_MNT="/mnt/plantx"
mount | grep $NFS_MNT >/dev/null
if [ ! "$?" = 0 ]; then
echo "source not mounted, n