search for: admin_username

Displaying 2 results from an estimated 2 matches for "admin_username".

2003 Feb 07
1
Performance Issue: Red Hat vs SuSE
...or script changes, that my backup process takes 4 hours longer with SuSE 8.1. I'm doing (what I think is) a very simple script that basically employs SMBMOUNT, CP, and DIFF. Like this: ============================================================= mount -t smbfs -o username="domain_name\admin_username", \ password=<proper-password> //machine-name/sharename$ \ /mnt/mount-point cp -a /mnt/mount-point/ /backup diff -r brief /backup/mount-point /mnt/mount-point unmount /mnt/mount-point ============================================================= Can someone here tell me why, by just c...
2003 Feb 04
0
SMBMOUNT Performance between RedHat and SuSE
...e shares of a server's hard drive, copies the data local, compares the data and then moves on to the next drive or the next server and starts over - as shown here: ============================================================================ ======== mount -t smbfs -o username="domain_name\admin_username",password=<proper-password> \ //machine-name/sharename$ /mnt/mount-point cp -a /mnt/mount-point/ /backup diff -r brief /backup/mount-point /mnt/mount-point unmount /mnt/mount-point ============================================================================ ======== This cycle repeat...