LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   file server backup! (https://www.linuxquestions.org/questions/linux-server-73/file-server-backup-4175419313/)

aloshiii 07-30-2012 03:44 AM

file server backup!
 
Hello guys :
I have one question !!!!
i have an administration access into a linux file server , and i need to back up all of the files on it .
Anybody can help me or to give the basics steps??
Thank you all

rosehosting.com 07-30-2012 04:53 AM

Your question should be more specific.

Where will you backup your data? What data do you need to back up? ..etc


Quote:

Originally Posted by aloshiii (Post 4741105)
Hello guys :
I have one question !!!!
i have an administration access into a linux file server , and i need to back up all of the files on it .
Anybody can help me or to give the basics steps??
Thank you all


aloshiii 07-30-2012 05:21 AM

backup file server
 
document word file and other stuff
also home/e-smith/files/ibays and home/e-smith/files/users

rosehosting.com 07-30-2012 06:47 AM

You can use rsync to copy files to remote systems

Code:

rsync -auq -e ssh /home/ remote_ip:/destination/directory/

aloshiii 07-30-2012 06:55 AM

backup
 
thanks bro it works


All times are GMT -5. The time now is 08:20 PM.