getting backup file offline

Asked by flecktor

hi,

i would like to say that turnkey is AWESOME!!!

it saves so much time. :D

we installed the turnkey software for mediawiki
now we wish to download the mySql for backup , at an offline media such as DiskOnKey.

however when connected the DOK it is not showen at /media/

its a windows network, and we can not access the turnkey(ubuntu based).

any recommendations???

thanks
:)

b.t.w. installing smb is not a simple option, since there is no internet recognized by the turnkey , which makes the apt-get install smb redundent.

Question information

Language:
English Edit question
Status:
Solved
For:
TurnKey Linux Edit question
Assignee:
No assignee Edit question
Solved by:
flecktor
Solved:
Last query:
Last reply:
Revision history for this message
flecktor (flecktor) said :
#1

i have found the commands here:
http://www.mydigitallife.info/2006/09/10/how-to-mount-usb-disk-drive-in-unix-or-linux/

mkdir /mnt/USB
mount -t ntfs /dev/sda1 /mnt/USB

then copy the file:

cp /home/file.name /mnt/USB/file.name

then umount the file:

umount /mnt/USB

Revision history for this message
Alon Swartz (alonswartz) said :
#2

Thanks for sharing!

Btw, if you are using windows you might want to check out <a href=http://winscp.net>WinSCP</a> as it has support for SFTP (SSH File Transfer Protocol).

This would allow you to backup over the network...

Revision history for this message
Alon Swartz (alonswartz) said :
#3

fixed link:
WinSCP - http://winscp.net