LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Backup solution with list of backed up files in db (https://www.linuxquestions.org/questions/linux-newbie-8/backup-solution-with-list-of-backed-up-files-in-db-4175432137/)

Bronta 10-14-2012 08:54 AM

Backup solution with list of backed up files in db
 
Hello all,

I have CentOS server with 10 TB of storage (RAID 5). I am looking for backup utility, which could backup newly added files from one folder to external drive. The external drive has only 2 TB, so I need to replace it multiple times. All utilities I found check files physically on the external drive to find out, which files are already backed up. It works fine for the first 2 TB, but then I change the full external drive for new one and it would backup again already backed up files. Is there any backup utility, which has some internal db of already backed up files, so it does not check them physically on the external drive?

Thanks in advance for all answers.

chrism01 10-15-2012 07:27 PM

There's an option in rsync to do a dry-run. Essentially, it calculates what needs backing up and tells you what it would do (jnc filenames), but doesn't actually action anything.
You'd need to extract that list and use it to drive whatever backup system you use.
Here are a couple of lists here of backup systems for Linux; I think some of them can handle backing up to multiple targets natively.
http://www.techrepublic.com/blog/10t...-utilities/895
http://linux.about.com/od/softbackup..._Solutions.htm


All times are GMT -5. The time now is 07:39 PM.