[EMAIL PROTECTED] said: > I need the ftp to backup the files before > I reformat my machine.</P><P> </P><P>Have anyone have an idea on what > happen to my machine or better yet a solution so I don't have to > format.
you can use "df" to check which filesystem is full. if things are still too weird, try to reboot and check again. if you really want to make backups you can use scp like: scp /home/* thathost:/backups or rsync, which has so many nice things. if your cpu is faster than the network, use it over ssh or use tomsrtbt, and mount a writable backup export or just install the harddisk to the backup host and mount the "victim" fileyetem before reformating it -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
