Linux as a file/backup server?

Questions about applications and software
Forum rules
Before you post please read this

Linux as a file/backup server?

Postby nucleus on Fri May 04, 2012 1:05 pm

Hi,

I have a Windows computer which serves as a file server.

I access it through a network share, all my data is on HDD1, and I have a simple batch file running as a shcheduled task every night which copies any differences from HDD1 to HDD2

Now I want to install Linux on that computer. Setting up sharing is easy nowadays on Linux, no problem there.

But how do I automate the copying process between the 2 hard disks? Only the changes must be copied, and it must be done automatically.

Can anyone help me?

Thanks
nucleus
Level 1
Level 1
 
Posts: 4
Joined: Mon Apr 30, 2012 2:39 pm

Linux Mint is funded by ads and donations.
 

Re: Linux as a file/backup server?

Postby DrHu on Fri May 04, 2012 2:05 pm

Well rsync and its front-ends (GUIs) are a standard choice for Linux backups (incremental)
https://wiki.archlinux.org/index.php/Backup_programs

viewtopic.php?f=33&t=88568
--just do a search on the backup programs via Mint package manager, and see what is available, there is a link to the software web site as well as a screenshot or description of the program..

backup sofware,. Linux..
http://linux.about.com/od/softbackup/Li ... utions.htm
http://www.techrepublic.com/blog/10thin ... lities/895
User avatar
DrHu
Level 15
Level 15
 
Posts: 5896
Joined: Wed Jun 17, 2009 8:20 pm

Re: Linux as a file/backup server?

Postby mintybits on Fri May 04, 2012 4:53 pm

I second rsync. It is an excellent shell command. It will copy only differences.
For example,
sudo rsync -vax /hdd1_path/ /hdd2_path/

And you can make this command execute periodically using cron. You just put an entry in crontab as the user who will run the command. So you probably want root to do the copying (?) and so you would become root then edit contab. See http://www.linuxhelp.net/guides/cron/.
mintybits
Level 5
Level 5
 
Posts: 568
Joined: Fri Jan 27, 2012 5:09 pm


Return to Software & Applications

Who is online

Users browsing this forum: Bing [Bot] and 11 guests