Server :: Take A Backup Of Files?

Jul 5, 2011

We have linux base server in US. We have to take a backup of that server we access this server through SSH secure shell client software.so we have to take a backup of that server in our pc.can anybody tell us How we should take backup of all files in our pc.

View 5 Replies


ADVERTISEMENT

Ubuntu :: Restore Backup Server - Where Is The Location Backup Snapshots Or Files Are Saving

May 10, 2011

I install and tested Restore EE Backup server on a test PC with basic configuration and its working fine.

[URL]

The issue i have is where is the location these backup snapshots or files are saving? I want to add a separate Storage to save the backup?

View 1 Replies View Related

General :: Script To Backup And FTP Files To Another Server

Sep 13, 2010

I am using MySQL as the database system for my application on a Linux system. Every week I update the system and take backups (mysqldump) of the databases changed (2 databases). I then .tar.gz them and ftp the resulting file to a remote server, after which I remove the original backups and tar.gz files from the Linux server. Being a complete novice when it comes to Unix systems, I would like to know if it is possible to write a script which would do all this automatically, i.e. perform the following steps.

1) Backup database A to A.sql (mysqldump)
2) Backup database B to B.sql (mysqldump)
3) tar -cvzf dest.tar.gz A.sql B.sql
4) ftp dest.tar.gz to ftp@remoteserver.com
5) Delete A.sql, B.sql, dest.tar from local server

View 2 Replies View Related

Connect Machine (desktop) To Server To SSH Into Box And Backup Some Files

Feb 7, 2010

I have an old pc currently running ubuntu server 9.10. It was configured during install to connect to the home wifi router by a PCI ethernet card, which worked all well and good. However, at the moment I cannot connect to the router (I have moved the machine too far from it). I want to connect this machine (desktop) to the server so I can SSH into the box and backup some files. I need help creating a simple wired network connection between the two, as I have no clue as to where to start.

View 2 Replies View Related

Server :: Remove Selected Files From A Backup Folder

Jan 24, 2010

I have a backup folder which I need to prune and I've been trying to do a find and destroy action on files in this folder which have not been modified for more than 30 days. I figure if no users complain that their files have been missing for more than 30 days, it's safe to delete them from this folder.

View 13 Replies View Related

General :: Mount Point For Backup Drive - Partition To Backup The Important Files On My Main HDD

May 21, 2011

I'm just setting up a partition on a seperate HDD in my system. I plan to use the partition to backup the important files on my main HDD (to guard against HD crash).

The question I have is about where would be the typical location to auto mount this partition? Which would it be normal to go for:

1. /backup/
2. /media/backup/
3. /mnt/backup/
4. /home/chris/backup/

View 7 Replies View Related

Programming :: Create A Bash Menu Script For Home Server - Restore Files From A Backup?

Jan 19, 2011

I would like to create a bash menu script for my home server For instance if i were to type ./script It would then bring up 3 options

a. Create a backup
b. Restore files from a backup
c. Quit

If you were to select a or b it should then ask you were you want to backup or restore from. And if i were to type in an incorrect letter i should get an error and take me back to menu. I have attepmted this a view time now and have magaged to get the menu up using parameters

View 9 Replies View Related

Software :: Backup A Few Servers And A Bunch Of Desktops Onto One Backup Server?

May 10, 2010

Does anyone know of any decent enterprise level backup solutions for Linux? I need to backup a few servers and a bunch of desktops onto one backup server. Using rsync/tar.gz won't cut it. I need like bi-monthly full HDD backups, and things such as that, with a nice GUI interface to add/remove systems from the backup list. I need basically something similar to CommVault or Veritas. Veritas I've used before but it has its issues, such as leaving 30GB cache files. CommVault, I have no idea how much it is, and if it supports backing up to a hard drive rather than tape.

View 7 Replies View Related

Server :: Server Configuration For Small Office Server, Which Smtp, Pop Imap Server And Backup?

Apr 2, 2010

I have installed a linux server in my office to run 16 machines. Its main use will be a internal mail server but will be also running websites.

I have installed Ubuntu 9.10 server x64 and have got apache running.

I am looking for the simplest more robust solution for smtp, pop3 and imap. I have only ever used qmail before and found it a pain to configure and its getting old so I though I should probably try something new. I have not much experience with running pop3 or imap on linux so would love a suggestion on that.

View 4 Replies View Related

Server :: Sync File Server Data Into Backup Server Machine By Command- Rsync -avu?

Jun 21, 2011

iam trying to sync file server data into backup server machine by command- rsync -avu path/of/data ipaddress-of-backup-server:/path/where/to/save after running it ask for root password and manually it is successful.but i want to make it automatic.for that i also tried cronjob and also generated authentication key but iam not successful in login automatically..anybody know how to authenticate root to login for storing data in backup server.

View 14 Replies View Related

Slackware :: Backup .tgz Files ?

Jan 4, 2010

I've been installing a fair amount of packages from slackbuild.org. Is it a good idea to backup the tgz files i get from building the .SlackBuild files?. I think this would save me time in case if i reinstall slack, then i can install these packages by doing just

Code:

Instead going through the whole:
1)Download source,SlackBuild script
2)Run SlackBuild script
3)finally installpkg if successful.

Will there be any problems with configurations if i don't do it from the beginning?. I thought of this because some packages took helluva time to download and compile.

View 14 Replies View Related

Fedora Servers :: Backup Up My Files ?

Mar 21, 2009

I'm going to be launching my website soon, and I found a company to host it on one of their dedicated servers. I think I'm going to go with fedora as to OS, and well my problem is I'm having trouble finding a company to backup up my files, that both supports fedora and well is reasonably priced.

View 2 Replies View Related

Ubuntu :: Backup Files In Network?

Dec 20, 2010

i installed ubuntu 10.10 and i need to make backup for files in my network (small company) who use windows system.there is any solution or any open sofwatre on ubtunu .and i like to to choose the type of file to backup

View 3 Replies View Related

General :: Finding Files To Backup?

Mar 12, 2011

I have a situation where a directory has about 1.5 million files in it. On an hourly basis, I want to be able to find any files that have changed in the last hour, compress them, encrypt them and then copy them to both a local backup machine and an off site backup.

Is there any kind of utility or kernel module that creates some type of log of modified files? I know I can use find, but the search for -mtime in this directory takes quite a while and will not suffice for an hourly backup.

View 3 Replies View Related

General :: Backup Only The Files Which Have Changed?

May 18, 2011

if there an application which does the following:

1. I have a laptop with an internal 200GB HD.

2. I run the application & it creates a list of all files (size & time-stamp) without actually storing them. Let's call this the "snapshot list".

3. I update some of the files on the laptop.

4. Now I run the application & it only copies the files which have changed on the laptop, that have different size/time-stamp from the snapshot list, onto some external media, such as a memory card. Of course, the files should be copied onto their proper location in the directory tree & not just pile up in one place.

Why is this useful? although the laptop has a 200GB HD I typically only update a small number of files, whose total size is maybe 10MB or so. If I could only backup those which have changed, I could do this with a tiny SD card instead of lugging around an external usb HD.

View 8 Replies View Related

Software :: Get Files From Clonzilla Backup?

Mar 11, 2011

I have a clonezilla backup,.. and I'd like to grab some files from it without restoring the whole thing.

View 2 Replies View Related

Slackware :: How To Disable Backup Files

Apr 25, 2010

how to disable backup files? It is kinda annoying when editing lot of files and I personally see no point having them.

View 11 Replies View Related

Server :: Way To Backup A Web Server With One Hard Drive Running Live?

Mar 13, 2011

I currently have a centos 4.4 I believe running with a 250GB hard drive. I want to make an image of that hard drive. I have tried removing the drive and connecting it to my windows pc using an adapter that would allow my windows machine run the hard drive as it was a regular external hard drive. Of course windows doesn't reconize that drive since it is linux partitioned. I am thinking that I need to have the hard drive inthe box I am wanting to copy and put in a blank drive in the box that I want to copy to. And boot from a live CD and use cat or dd to copy it. I have seen the commands before bust I am thinking this is the only way. Basically I am wanting to have a duplicate of the drive and build a whole new server that is already all setup.I will just change the host name and assign it another Public facing UP. Is this correct? Oh, and the new server will have different hardware. Might even be AMD or intel different from source or destination.

View 12 Replies View Related

Fedora :: Can Store And Backup Files Online

Mar 12, 2010

How is it possible to store and backup our files online? I don�t know that how this concept actually works. is there any kind of device needed while storing data at another location

View 2 Replies View Related

OpenSUSE :: Backup With Yast Does Not Name The Files As Expected

Mar 8, 2011

When i create a backup with yast using the option to manually create it, i select the file name /mnt/Backup/system-full-$(date +%F).tar which results later on in two files, the xml file and the tar file with different names:

for example
/mnt/Backup/system-full-2011-03-08.tar, /mnt/Backup/system-full-$(date +%F).xml

this is not acceptable. both files should have the same suffix. Is this the expected behavior or should i report a bug?

View 6 Replies View Related

General :: Display Backup Files In Gnome?

Feb 2, 2010

I'm using gnome. I created some text files. After I change something in myfile.txt there's myfile.txt~ automatically created as a backup. Ok... now, on KDE I see these ~ files and I can delete them if I want but they're hidden in gnome... Gnome seems to treat them as special hidden files (just like .mydir directories) How do I make ~ files visible in gnome so I could edit or delete them?

View 1 Replies View Related

Ubuntu :: Find A Way To Backup Files To Cdr/dvdr?

Jan 17, 2010

I'm trying to find a way to backup my files to cdr/dvdr. I'd like to put a blank disk in when I finish using the machine, have it backup anything new, up to the size of the media and stop. I can put in new media the next day and I'd like it to continue from where it left off. It would be best if the backups are readable by any machine and I could extract specific files if a problem should arise. Any suggestions? Tar won't let me specify a final archive size and wants to do all the volumes in the backup at the same time.

View 9 Replies View Related

Ubuntu :: Backup Files To Ntfs With Rsync?

May 31, 2010

well, i know ther are issues when using rsync to copy files to ntfs partition like file permission blah blah. the thing is, i need to backup my music files periodically onto a ntfs partition from ext4. i really dont care about file permissions or any other stuff. when i use rsync, it should update the mp3 files on my ntfs (external) disc with the new ones.can i give a go with this operation? i have lot more important files on the external disc and i dont want this rsync corrupt or delete those files coz they are highly important files.

View 2 Replies View Related

Ubuntu :: Backup Files From Home Automatically?

Aug 20, 2010

I am pretty new to using Ubuntu and want to find a way that I can backup files remotely to my Ubuntu box. My Ubuntu box is running at work and I want to backup files from home automatically every night.Also which solution encrypts the data en route? For example a server with multiple clients with different directory paths.

View 4 Replies View Related

Ubuntu :: External Backup HD Sharing With Win 7 And OS Files

Nov 18, 2010

I am a beginner to Ubuntu / linux. I plan to partition my laptop (HP pavilion) for Windows 7 and Linux (Ubuntu). Can I backup both Linux and Windows 7 files to a single external USB hard drive? (Obviously, they will be in separate directories). If yes, how do I do that? If not, what are my alternatives?

I assume Ubuntu will recognize a USB hard drive as an external flash drive, right? I also notice external SATA hard drive docking stations with USB interface are available, and I have not use them before. The devices takes internal SATA hard drive. If you have use them before, let me know how did you format it using Ubuntu or Windows7 while the drive is attached to the station.

View 3 Replies View Related

Ubuntu :: How To Read Backup Files In Windows

Jun 15, 2011

I had some problems with my hdd, I fixed most of the problems with "testdrive" or "testdisk" (cant remember) but I have some bad sections on my disk right where my important data is. I made a backup with "dd" from a live cd. I have the backup with a reading error or 5 so I guess most data is safe? I have the backup of the whole drive on an other hdd and now I need to get just a few folders out of it. I tried in windows but I can't read it. Poweriso can but not the privet folders like /var/ and that folder I need. I had a password on the account so I guess that is part of the problem? How to read the backup file in windows?

View 4 Replies View Related

Red Hat / Fedora :: Simple Backup HD Including All Files?

Feb 20, 2010

I am somewhat new to Linux and I am looking for a way to back up my HD with all my Linux files. I have a Toshiba laptop running Windows 7. The HD has been partitioned so that the computer can run Red Hat Scientific Linux. Using Grub I can dual boot to either Windows 7 or Linux on start up. I want a simple way of backing up the entire contents of my HD (both partitions - everything) - so that in the event of my laptop being damaged I can reconstruct my set up and data as before with all my files and settings in both Windows 7 and Linux intact. Is there a simple program that will enable me to copy everything to an external HD for back up. Can anyone recommend a package that will do this?

View 5 Replies View Related

Ubuntu :: Backup - Files With Cyrilic Filenames

Jan 22, 2010

I'm writing a small script to automate the backup: Problem: within the folder structure there're files and folders with Cyrillic characters: Example (this is not for bucking up the mp3s; it's only an example):
[Code].....

View 2 Replies View Related

General :: Viewing Backup Files But Only In Some Directories?

Oct 26, 2010

I backed up my Laptop with a script, as follows:

Code:

#! /bin/bash
sudo
growisofs -Z /dev/dvd -dvd-compat -r -v /home

I then installed a new version of Ubuntu 10.04 from disk and copied the files in /home from the cd to the hard. I am able to open, view etc. all the files in most directories except those in /home/documents. There are text files created by gedit, OOWP and several PDF files. I cannot open or view these files, depending: gedit and pdf files gets a Err.Msg. "Don't recognize file type" (it is clearly marked PDF) . The OO files look like rows of 'high bits' and a dialogue box opens giving me the options to change Char. Set, Font, Language, Paragraph break.

View 6 Replies View Related

Software :: KDE Dolphin Showing Backup Files?

Feb 18, 2011

I've been struggling to find an option to hide backup files some applications create when you save a file like "file.ext~", is there a way to tell dolphin not to show them?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved