LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   image backing up a linux machine (https://www.linuxquestions.org/questions/linux-newbie-8/image-backing-up-a-linux-machine-4175561089/)

sigint-ninja 12-09-2015 06:22 PM

image backing up a linux machine
 
hi guys,

i know there are many tools/commands to back up a linux machine

was just reading about dd clonezilla etc

the downside to these is that they do a full image every time which wastes time and works the metal a bit hard.would be nice if there was a program/utility similar to backup on windows server which takes a snap shot and then only adds the changed/added files to the backup everyday after.

has anybody got any suggestions regarding this and linux?

thanks

chrism01 12-09-2015 06:51 PM

rsync ?

sigint-ninja 12-09-2015 07:02 PM

will have a look at this

https://www.novell.com/coolsolutions/feature/11200.html

are you using rsync...?

JeremyBoden 12-09-2015 07:55 PM

Hava a look at this:-

http://backup2l.sourceforge.net/

It's probably also in the repositories as
Code:

backup2l

JJJCR 12-09-2015 08:01 PM

what i did with a 10 year old server:
1-clone the server with CloneZilla
2-restore the server to a VM
3-backup only the partition or directory which holds the data

Now I can move the VM anywhere, anytime and just restore the backup that holds the current data.

Hope you get an idea. Cheers..

berndbausch 12-09-2015 08:05 PM

Quote:

Originally Posted by sigint-ninja (Post 5462143)
hi guys,

i know there are many tools/commands to back up a linux machine

was just reading about dd clonezilla etc

the downside to these is that they do a full image every time which wastes time and works the metal a bit hard.would be nice if there was a program/utility similar to backup on windows server which takes a snap shot and then only adds the changed/added files to the backup everyday after.

has anybody got any suggestions regarding this and linux?

thanks

Amanda, Bakula, and probably more.
As mentioned, rsync is also able to make incremental backups.

I would say that, roughly, Clonezilla, dd and other cloning tools are good for disaster recovery, especially if you combine them with an incremental tool.
File-by-file backup tools like rsync, Amanda etc are good for restoring files that you deleted or overwrote by mistake.
And there is a large overlap between the two.

jefro 12-09-2015 09:05 PM

Do you want it automated?
Do you have a need for live state backups like windows? (you can't get that for free as of yet that I know of)
Do you have your data in any logical spot of do you want to have the entire file system searched for files.
Can you use one of the advanced filesystems like btrfs?
Can you use old tools like tar?

Look at this list too. http://www.linuxlinks.com/article/20...03/Backup.html

Sefyir 12-09-2015 11:23 PM

I use rsnapshot and it's worked very well for me.
It's essentially incremental, automated rsync.
http://rsnapshot.org/

sigint-ninja 12-10-2015 04:06 AM

great suggestions...thanks as always


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