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 > Ubuntu > Xubuntu User

 
 
LinkBack Thread Tools
 
Old 12-01-2011, 11:50 PM
alex ong
 
Default Backup and restore to larger hard disk

My hard disk is running out of space for Xubuntu 10.10. Is there a software to use so that I could backup and restore to a larger hard disk?--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 
Old 12-02-2011, 12:09 AM
 
Default Backup and restore to larger hard disk

On Friday, December 02, 2011 08:50:26 AM alex ong wrote:
> My hard disk is running out of space for Xubuntu 10.10. Is there a software
> to use so that I could backup and restore to a larger hard disk?

You could just tar up your /home and then reinstall.

Clonezilla will make a backup of your disk then resize it for a larger disk.
It runs as from cd, so you swap in the new disk, then clone the old to it.

--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 
Old 12-02-2011, 11:36 AM
Alex
 
Default Backup and restore to larger hard disk

<theuteck@...> writes:

>
> On Friday, December 02, 2011 08:50:26 AM alex ong wrote:
> > My hard disk is running out of space for Xubuntu 10.10. Is there a software
> > to use so that I could backup and restore to a larger hard disk?
>
> You could just tar up your /home and then reinstall.
>
> Clonezilla will make a backup of your disk then resize it for a larger disk.
> It runs as from cd, so you swap in the new disk, then clone the old to it.
>
>


Tried Clonezilla from Clonezilla website but it proves not so simple. Along the
way I noticed errors and I don't know exactly what is wrong. Can Paragon Backup
be used instead? I find it simplier and easy to use on Windows system.


--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 
Old 12-02-2011, 02:30 PM
Os Maleus
 
Default Backup and restore to larger hard disk

Hi Alex!

*

I am using Linux Xubuntu since 6 months meanwhile. The backup I am managing with rsync. Thus, it can't be that hard to manage with that.

*

For backup-ing Your home folder open the therminal and tipe in:

rsync -avb --progress --backup-dir=[trac to Your folder where You want to save the changed or deleted files --log-file=/var/log/[a name You prefer].log --del --exclude .gvfs --exclude Cache --exclude .cache --exclude .thumbnails /home/[usrname]/ /media/[where You want to have all Your stuffs]/

*

For explanation:

rsync -avb --progress --backup-dir --log-file --del ... see the manual

--exclude .gvfs ... files of the gnome-virtual-file-system, which cannot be copied - similar to teh media file system

--exclude Cache --exclude .cache ... self-explaining

--exclude .thumbnails ... not necessary for a backup

/home/[usrname]/ ... is the source folder

/media/[where You want to have all Your stuffs]/ ... is the aim-folder

*

*

Backup of the system:

sudo rsync -avb --progress --del --backup-dir=[where You want to have Your deleted or changed files] --log-file=/var/log/[just like You name it].log --exclude=/sys --exclude=/proc --exclude=/media --exclude=.ecryptfs --exclude=/home / /media/[where ever You want too have it backed up]/

*

*

*

On Friday 02 December 2011 12:00:32 xubuntu-users-request@lists.ubuntu.com wrote:

> Date: Fri, 2 Dec 2011 08:50:26 +0800 (SGT)

> From: alex ong <alexong2005@yahoo.com.sg>

> To: Xubuntu Users <xubuntu-users@lists.ubuntu.com>

> Subject: [xubuntu-users] Backup and restore to larger hard disk

> Message-ID:

> <1322787026.81311.YahooMailNeo@web190504.mail.sg3. yahoo.com>

> Content-Type: text/plain; charset="utf-8"

>

> My hard disk is running out of space for Xubuntu 10.10. Is there a software

> to use so that I could backup and restore to a larger hard disk?

> -------------- next part --------------

> An HTML attachment was scrubbed...

> URL:

> <https://lists.ubuntu.com/archives/xubuntu-users/attachments/20111202/44757

> 6f8/attachment-0001.html>

>

*
--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 
Old 12-02-2011, 02:54 PM
uteck
 
Default Backup and restore to larger hard disk

Paragon site says it will do Linux EXT2 and 3 file-systems.* If your system was formated with EXT4, I think it may still work since 4 is supposed to be backwards compatible with 3 and 2, but I am not completely sure about how well third party cloning software will handle that.*

That is one of the issues with the Linux backup software, it tends to be too complex for most people.* I really like Clonezilla but the interface is not user friendly.

On Fri, Dec 2, 2011 at 6:36 AM, Alex <alexong2005@yahoo.com.sg> wrote:

*<theuteck@...> writes:



>

> On Friday, December 02, 2011 08:50:26 AM alex ong wrote:

> > My hard disk is running out of space for Xubuntu 10.10. Is there a software

> > to use so that I could backup and restore to a larger hard disk?

>

> You could just tar up your /home and then reinstall. *

>

> Clonezilla will make a backup of your disk then resize it for a larger disk.

> It runs as from cd, so you swap in the new disk, then clone the old to it.

>

>





Tried Clonezilla from Clonezilla website but it proves not so simple. Along the

way I noticed errors and I don't know exactly what is wrong. Can Paragon Backup

be used instead? I find it simplier and easy to use on Windows system.





--

xubuntu-users mailing list

xubuntu-users@lists.ubuntu.com

Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users



--
no .sig found
Please restart your browser.

--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 
Old 12-02-2011, 05:54 PM
Marc Smith
 
Default Backup and restore to larger hard disk

It depends on how you understand complexity.

dd if=/dev/sda1 bs=32M | gzip > backup.gz

... doesn't seem to be complexed at all in CLI terms, but GUI ... well,
that's a whole different story.

I find myself using CLI for backup purposes just because it's simplier
and totally universal across almost every platform I can think of [DD
runs almost everywhere and its images can be easily mounted in various
flavors of *NIX, including *BSD systems.

However, I'd agree that Linux lacks some good, simple GUI for backup
purposes. I'd say gparted-styled one.

Dnia piÄ…, 2 gru 2011, 16:54:19 uteck pisze:
> Paragon site says it will do Linux EXT2 and 3 file-systems. If your
> system was formated with EXT4, I think it may still work since 4 is
> supposed to be backwards compatible with 3 and 2, but I am not
> completely sure about how well third party cloning software will
> handle that.
> That is one of the issues with the Linux backup software, it tends to
> be too complex for most people. I really like Clonezilla but the
> interface is not user friendly.
>
> On Fri, Dec 2, 2011 at 6:36 AM, Alex <alexong2005@yahoo.com.sg
> <mailto:alexong2005@yahoo.com.sg>> wrote:
>
> <theuteck@...> writes:
>
> >
> > On Friday, December 02, 2011 08:50:26 AM alex ong wrote:
> > > My hard disk is running out of space for Xubuntu 10.10. Is
> there a software
> > > to use so that I could backup and restore to a larger hard disk?
> >
> > You could just tar up your /home and then reinstall.
> >
> > Clonezilla will make a backup of your disk then resize it for a
> larger disk.
> > It runs as from cd, so you swap in the new disk, then clone the
> old to it.
> >
> >
>
>
> Tried Clonezilla from Clonezilla website but it proves not so
> simple. Along the
> way I noticed errors and I don't know exactly what is wrong. Can
> Paragon Backup
> be used instead? I find it simplier and easy to use on Windows system.
>
>
> --
> xubuntu-users mailing list
> xubuntu-users@lists.ubuntu.com <mailto:xubuntu-users@lists.ubuntu.com>
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
>
>
>
>
> --
> no .sig found
> Please restart your browser.
>
>



--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 
Old 12-02-2011, 06:23 PM
Drmgiver
 
Default Backup and restore to larger hard disk

I tend to use Back In Time. I like it, and it does what I need it to.
Give it a try.


Justin

On 12/02/2011 12:54 PM, Marc Smith wrote:

It depends on how you understand complexity.

dd if=/dev/sda1 bs=32M | gzip> backup.gz

... doesn't seem to be complexed at all in CLI terms, but GUI ... well,
that's a whole different story.

I find myself using CLI for backup purposes just because it's simplier
and totally universal across almost every platform I can think of [DD
runs almost everywhere and its images can be easily mounted in various
flavors of *NIX, including *BSD systems.

However, I'd agree that Linux lacks some good, simple GUI for backup
purposes. I'd say gparted-styled one.

Dnia piÄ…, 2 gru 2011, 16:54:19 uteck pisze:

Paragon site says it will do Linux EXT2 and 3 file-systems. If your
system was formated with EXT4, I think it may still work since 4 is
supposed to be backwards compatible with 3 and 2, but I am not
completely sure about how well third party cloning software will
handle that.
That is one of the issues with the Linux backup software, it tends to
be too complex for most people. I really like Clonezilla but the
interface is not user friendly.

On Fri, Dec 2, 2011 at 6:36 AM, Alex<alexong2005@yahoo.com.sg
<mailto:alexong2005@yahoo.com.sg>> wrote:

<theuteck@...> writes:

>
> On Friday, December 02, 2011 08:50:26 AM alex ong wrote:
> > My hard disk is running out of space for Xubuntu 10.10. Is
there a software
> > to use so that I could backup and restore to a larger hard disk?
>
> You could just tar up your /home and then reinstall.
>
> Clonezilla will make a backup of your disk then resize it for a
larger disk.
> It runs as from cd, so you swap in the new disk, then clone the
old to it.
>
>


Tried Clonezilla from Clonezilla website but it proves not so
simple. Along the
way I noticed errors and I don't know exactly what is wrong. Can
Paragon Backup
be used instead? I find it simplier and easy to use on Windows system.


--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com<mailto:xubuntu-users@lists.ubuntu.com>
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users




--
no .sig found
Please restart your browser.








--
Justin Willenburg

Sent from Thunderbird 7.0.1
Using Linux based Ubuntu OS 11.10


--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 
Old 12-03-2011, 12:20 AM
Marc Smith
 
Default Backup and restore to larger hard disk

You're right. Back In Time seems to be useful and intuitive, but I
can't seem to find an option to mount specific unmounted drive to put
the backups on.
Any clues?

Dnia piÄ…, 2 gru 2011, 20:23:11 Drmgiver pisze:
> I tend to use Back In Time. I like it, and it does what I need it
> to. Give it a try.
>
> Justin
>
> On 12/02/2011 12:54 PM, Marc Smith wrote:
>> It depends on how you understand complexity.
>>
>> dd if=/dev/sda1 bs=32M | gzip> backup.gz
>>
>> ... doesn't seem to be complexed at all in CLI terms, but GUI ... well,
>> that's a whole different story.
>>
>> I find myself using CLI for backup purposes just because it's simplier
>> and totally universal across almost every platform I can think of [DD
>> runs almost everywhere and its images can be easily mounted in various
>> flavors of *NIX, including *BSD systems.
>>
>> However, I'd agree that Linux lacks some good, simple GUI for backup
>> purposes. I'd say gparted-styled one.
>>
>> Dnia piÄ…, 2 gru 2011, 16:54:19 uteck pisze:
>>> Paragon site says it will do Linux EXT2 and 3 file-systems. If your
>>> system was formated with EXT4, I think it may still work since 4 is
>>> supposed to be backwards compatible with 3 and 2, but I am not
>>> completely sure about how well third party cloning software will
>>> handle that.
>>> That is one of the issues with the Linux backup software, it tends to
>>> be too complex for most people. I really like Clonezilla but the
>>> interface is not user friendly.
>>>
>>> On Fri, Dec 2, 2011 at 6:36 AM, Alex<alexong2005@yahoo.com.sg
>>> <mailto:alexong2005@yahoo.com.sg>> wrote:
>>>
>>> <theuteck@...> writes:
>>>
>>> >
>>> > On Friday, December 02, 2011 08:50:26 AM alex ong wrote:
>>> > > My hard disk is running out of space for Xubuntu 10.10. Is
>>> there a software
>>> > > to use so that I could backup and restore to a larger
>>> hard disk?
>>> >
>>> > You could just tar up your /home and then reinstall.
>>> >
>>> > Clonezilla will make a backup of your disk then resize it for a
>>> larger disk.
>>> > It runs as from cd, so you swap in the new disk, then clone the
>>> old to it.
>>> >
>>> >
>>>
>>>
>>> Tried Clonezilla from Clonezilla website but it proves not so
>>> simple. Along the
>>> way I noticed errors and I don't know exactly what is wrong. Can
>>> Paragon Backup
>>> be used instead? I find it simplier and easy to use on Windows
>>> system.
>>>
>>>
>>> --
>>> xubuntu-users mailing list
>>>
>>> xubuntu-users@lists.ubuntu.com<mailto:xubuntu-users@lists.ubuntu.com>
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
>>>
>>>
>>>
>>>
>>> --
>>> no .sig found
>>> Please restart your browser.
>>>
>>>
>>
>>
>
>



--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 
Old 12-03-2011, 04:35 AM
kelly
 
Default Backup and restore to larger hard disk

On Fri, 2 Dec 2011 09:54:19 -0600
uteck <theuteck@gmail.com> wrote:

> Paragon site says it will do Linux EXT2 and 3 file-systems. If your
> system was formated with EXT4, I think it may still work since 4 is
> supposed to be backwards compatible with 3 and 2, but I am not
> completely sure about how well third party cloning software will
> handle that. That is one of the issues with the Linux backup
> software, it tends to be too complex for most people. I really like
> Clonezilla but the interface is not user friendly.
>
> On Fri, Dec 2, 2011 at 6:36 AM, Alex <alexong2005@yahoo.com.sg> wrote:
>
> > <theuteck@...> writes:
> >
> > >
> > > On Friday, December 02, 2011 08:50:26 AM alex ong wrote:
> > > > My hard disk is running out of space for Xubuntu 10.10. Is
> > > > there a
> > software
> > > > to use so that I could backup and restore to a larger hard disk?
> > >
> > > You could just tar up your /home and then reinstall.
> > >
> > > Clonezilla will make a backup of your disk then resize it for a
> > > larger
> > disk.
> > > It runs as from cd, so you swap in the new disk, then clone the
> > > old to
> > it.
> > >
> > >
> >
> >
> > Tried Clonezilla from Clonezilla website but it proves not so
> > simple. Along the
> > way I noticed errors and I don't know exactly what is wrong. Can
> > Paragon Backup
> > be used instead? I find it simplier and easy to use on Windows
> > system.
> >
> >
> > --
> > xubuntu-users mailing list
> > xubuntu-users@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
> >
>
>
>

Actually, for a great and quite simple GUI backup, try Simple Linux
Backup ( http://simplelinuxbkup.sourceforge.net/ ).

Been using it for years and it has never failed me.

--
krp
0x8BCBFAB0

--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 
Old 12-05-2011, 08:14 AM
Fabian Dost
 
Default Backup and restore to larger hard disk

hi everyone,

I also have a software recommendation. for a long time, I use "Déjà Dup".
https://launchpad.net/deja-dup
It is very easy to use and never failed

cu,
fabdo





Am 03.12.2011 06:35, schrieb kelly:

On Fri, 2 Dec 2011 09:54:19 -0600
uteck<theuteck@gmail.com> wrote:


Paragon site says it will do Linux EXT2 and 3 file-systems. If your
system was formated with EXT4, I think it may still work since 4 is
supposed to be backwards compatible with 3 and 2, but I am not
completely sure about how well third party cloning software will
handle that. That is one of the issues with the Linux backup
software, it tends to be too complex for most people. I really like
Clonezilla but the interface is not user friendly.

On Fri, Dec 2, 2011 at 6:36 AM, Alex<alexong2005@yahoo.com.sg> wrote:


<theuteck@...> writes:



On Friday, December 02, 2011 08:50:26 AM alex ong wrote:

My hard disk is running out of space for Xubuntu 10.10. Is
there a

software

to use so that I could backup and restore to a larger hard disk?


You could just tar up your /home and then reinstall.

Clonezilla will make a backup of your disk then resize it for a
larger

disk.

It runs as from cd, so you swap in the new disk, then clone the
old to

it.






Tried Clonezilla from Clonezilla website but it proves not so
simple. Along the
way I noticed errors and I don't know exactly what is wrong. Can
Paragon Backup
be used instead? I find it simplier and easy to use on Windows
system.


--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users







Actually, for a great and quite simple GUI backup, try Simple Linux
Backup ( http://simplelinuxbkup.sourceforge.net/ ).

Been using it for years and it has never failed me.



--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
 

Thread Tools




All times are GMT. The time now is 11:42 AM.

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