1.

Solve : using dos batch files to back up linux files from red hat to windows?

Answer»

does ANYONE know how to pull files from Linux system useing a dos batch script
IM on a windows system and im backing up files through a terminal server to a linux redhat system. im not even SURE it will work? Iv'e attached a sample of the script

q: \\111.111.1111\drive/user:user
xcopy q:/path y:\path\%date:~-4%%date:~-10,2%%date:~7,2%\ /s /y /I
net USE q: /delete

thanks.



Discussion

No Comment Found