have a linux machine running suse that i was trying to use as backup machine
i was running a script on there
the script work fine and just bulls across the data.
thing is the data been pulled across is not to big for the hd on the box. how would i go about connecting an external hd and then modifying the script?
TIA
i was running a script on there
Code:
#/bin/sh
mkdir - p /backups/
cd /backups/
scp -r 10.0.6.22:/temp/backups
the script work fine and just bulls across the data.
thing is the data been pulled across is not to big for the hd on the box. how would i go about connecting an external hd and then modifying the script?
TIA