1 shell script tagged "smbfs"
- Shell script to backup directories from Linux server to Windows 2000/NT Server
#!/bin/bash
# Shell script to backup directories from Linux server to Windows 2000/NT Server.
# Run it as follows
# Scriptname /home backup abc123 //server2000/backup
# Backup /home directory from Linux box to NT/2000 box called
# ’server2000′ in share called ‘/backup’ with username
# ‘backup’ and password ‘abc123′
# ——————————————————————–
# This is a free shell script under GNU GPL version [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

