Shell script to backup directories from Linux server to Windows 2000/NT Server

Shell script to backup directories from Linux server to Windows 2000/NT Server

瀏覽:469
日期:2025-06-16
Explains how to backup Linux directories to Windows server using a shell script ... Mike Walsh [ ! -d $MNT/$BACKUPDIR ] && mkdir -p $MNT/$BACKDIR || : should be [ ! -d $MNT/$BACKDIR ] && mkdir -p $MNT/$BACKDIR || : no? vivek...看更多