FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian User

 
 
LinkBack Thread Tools
 
Old 07-17-2012, 10:39 AM
Mostafa Hashemi
 
Default Debian backup

hi guyshope u all be OK
i want to take a backup from my Debian, or it is better to say take a dump (like FreeBSD). what should i do ? i am new to Debian ....i checked out luckybackup , but it just copies files (backs them up) ....


thanks ...
 
Old 07-17-2012, 11:13 AM
Darac Marjal
 
Default Debian backup

On Tue, Jul 17, 2012 at 03:09:40PM +0430, Mostafa Hashemi wrote:
> hi guys
> hope u all be OK
> i want to take a backup from my Debian, or it is better to say take a dump
> (like FreeBSD). what should i do ? i am new to Debian ....

It depends. Dump makes an image of a file system. While this is a
belt-and-braces approach (i.e. you can be certain that file metadata,
extended attributes, deleted files etc are backed up), it's often viewed
as inefficient. What if, for example, you want to use the back up to
migrate to a different file system. What if you want a more
space-efficient backup (do you REALLY need to dump those hundreds of
gigabytes of empty space?).

> i checked out luckybackup , but it just copies files (backs them up) ....

A file-based backup is generally preferred. I can't speak for
luckybackup, but a good file-based backup system should back up all your
files. It should also handle xattrs, acls etc if those are important to
you.

In theory, the files are all you really need for a backup. To restore
for bare metal, you would partition the disks as appropriate, restore
the latest backup, re-install the bootloader (as the MBR is typically
not included in a file-based backup) and reboot.

> thanks ...
 
Old 07-17-2012, 12:01 PM
Hugo Vanwoerkom
 
Default Debian backup

On 2012-07-17, Mostafa Hashemi <s.m.hashemifard@googlemail.com> wrote:
> --e0cb4e700447e49ae504c5042960
> Content-Type: text/plain; charset=ISO-8859-1
>
> hi guys
> hope u all be OK
>
> i want to take a backup from my Debian, or it is better to say take a dump
> (like FreeBSD). what should i do ? i am new to Debian ....
> i checked out luckybackup , but it just copies files (backs them up) ....
>
>

I use mondorescue to backup a Debian partition to DVD and that DVD can be booted to be restored anywhere.
http://www.mondorescue.org/

Hugo


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/ju3k6e$jkj$1@dough.gmane.org
 
Old 07-17-2012, 04:34 PM
Camaleón
 
Default Debian backup

On Tue, 17 Jul 2012 15:09:40 +0430, Mostafa Hashemi wrote:

> hi guys
> hope u all be OK

All fine here, but please don't send html formatted posts, thanks :-)

> i want to take a backup from my Debian, or it is better to say take a
> dump (like FreeBSD). what should i do ? i am new to Debian .... i
> checked out luckybackup , but it just copies files (backs them up) ....

Some users usually do combine both: daily backups to save the most
important data and full image cloning/snapshots for the whole system
mostly for recovery or (mass)installation purposes.

Obviously, cloning the whole system takes more time and resources, you
have to choose what combo approach fits better for you.

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/ju446j$ut2$7@dough.gmane.org
 
Old 07-17-2012, 05:01 PM
Joe Zien
 
Default Debian backup

Mostafa Hashemi wrote:

hi guys
hope u all be OK

i want to take a backup from my Debian, or it is better to say take a
dump (like FreeBSD). what should i do ? i am new to Debian ....

i checked out luckybackup , but it just copies files (backs them up) ....


thanks ...

I use partimage cl command to make images of your partitions and should be
available in debian. Work very well, also compresses the file.

jozien


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Archive: 50059A7D.1030206@comcast.net">http://lists.debian.org/50059A7D.1030206@comcast.net
 
Old 07-17-2012, 05:22 PM
Sharon Kimble
 
Default Debian backup

On 17/07/2012, Mostafa Hashemi <s.m.hashemifard@googlemail.com> wrote:
> hi guys
> hope u all be OK
>
> i want to take a backup from my Debian, or it is better to say take a dump
> (like FreeBSD). what should i do ? i am new to Debian ....
> i checked out luckybackup , but it just copies files (backs them up) ....
>
>
> thanks ...
>
What *exactly* do you want to backup? /home? / ? You need to be
specific, and you also need to decide on what you want to back up to.

I backup my /home to an external USB h/d every 3 hours, and the
scripts I use can be seen in the most recent post of my blog.

Take care
Sharon.
--
A taste of linux = http://www.sharons.org.uk/taste/index.html
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
Debian 6,0.5, Gnome 1:2.30+7, LibreOffice 3.5.5
Registered Linux user 334501


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/CAM9u--c43AP=+gKWiiUJkFFKSjP3S9b3mM7xNgrVVoN06KNahw@mail. gmail.com
 
Old 07-19-2012, 07:52 PM
Steven Rosenberg
 
Default Debian backup

On 07/17/2012 03:39 AM, Mostafa Hashemi wrote:

hi guys
hope u all be OK

i want to take a backup from my Debian, or it is better to say take a
dump (like FreeBSD). what should i do ? i am new to Debian ....
i checked out luckybackup , but it just copies files (backs them up) ....


I use rsync on all Linux/Unix platforms. I have little shell scripts set
up so I don't have to remember every little command switch every time.


I generally rsync to a USB-connected hard drive.

Rsync is well worth learning and using.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Archive: 5008657D.202@gmail.com">http://lists.debian.org/5008657D.202@gmail.com
 
Old 07-19-2012, 08:33 PM
Dan
 
Default Debian backup

On Thu, Jul 19, 2012 at 9:52 PM, Steven Rosenberg
<stevenhrosenberg@gmail.com> wrote:
> On 07/17/2012 03:39 AM, Mostafa Hashemi wrote:
>>
>> hi guys
>> hope u all be OK
>>
>> i want to take a backup from my Debian, or it is better to say take a
>> dump (like FreeBSD). what should i do ? i am new to Debian ....
>> i checked out luckybackup , but it just copies files (backs them up) ....
>
>
> I use rsync on all Linux/Unix platforms. I have little shell scripts set up
> so I don't have to remember every little command switch every time.
>
> I generally rsync to a USB-connected hard drive.
>
> Rsync is well worth learning and using.

My vote is for rdiff-backup http://www.nongnu.org/rdiff-backup/ It is
the same as rsync but it keeps the diffs of old backups.

It stores the incremental differences (like SVN or GIT). Therefore you
can restore a document as it was in a previous backup. I find that the
best is to do incremental backups. How about you delete a file, do
your backup... and then realized that the file that you deleted is
important! but you can not find it anymore in your backup because you
did a rsync...

You can find rsync and rdiff-backup in any distribution. But rsync is
way more common


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/CAK00fOKBKyTP6U=8-zDSv8+TtQHxTfg73nterOWbmWGtADwtXw@mail.gmail.com
 
Old 07-20-2012, 01:09 AM
Celejar
 
Default Debian backup

On Thu, 19 Jul 2012 22:33:06 +0200
Dan <ganchya@gmail.com> wrote:

> On Thu, Jul 19, 2012 at 9:52 PM, Steven Rosenberg
> <stevenhrosenberg@gmail.com> wrote:
> > On 07/17/2012 03:39 AM, Mostafa Hashemi wrote:
> >>
> >> hi guys
> >> hope u all be OK
> >>
> >> i want to take a backup from my Debian, or it is better to say take a
> >> dump (like FreeBSD). what should i do ? i am new to Debian ....
> >> i checked out luckybackup , but it just copies files (backs them up) ....
> >
> >
> > I use rsync on all Linux/Unix platforms. I have little shell scripts set up
> > so I don't have to remember every little command switch every time.
> >
> > I generally rsync to a USB-connected hard drive.
> >
> > Rsync is well worth learning and using.
>
> My vote is for rdiff-backup http://www.nongnu.org/rdiff-backup/ It is
> the same as rsync but it keeps the diffs of old backups.
>
> It stores the incremental differences (like SVN or GIT). Therefore you
> can restore a document as it was in a previous backup. I find that the
> best is to do incremental backups. How about you delete a file, do
> your backup... and then realized that the file that you deleted is
> important! but you can not find it anymore in your backup because you
> did a rsync...
>
> You can find rsync and rdiff-backup in any distribution. But rsync is
> way more common

See also rsnapshot.

--
Celejar <celejar@gmail.com>


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120719210938.3cbebbbf2715ff2a65bba938@gmail.com" >http://lists.debian.org/20120719210938.3cbebbbf2715ff2a65bba938@gmail.com
 

Thread Tools




All times are GMT. The time now is 04:51 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org