How do I set up keep to backup to a usb drive (sdc6)every day

Asked by Tom Ronayne

I have an external usb drive 300GB that I wish to back up my HOME folder to on a daily basis.
How do I set this up?

Tom

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu keep Edit question
Assignee:
No assignee Edit question
Solved by:
Eduardo Cereto
Solved:
Last query:
Last reply:
Revision history for this message
Best Eduardo Cereto (dudus) said :
#1

you should try rsync.

sudo apt-get install rsync

In the first time you use this command it will take a while to backup everything. But once it's complete the updates should be fast because rsync only sends the diff for modified files.

rsync -av /home /media/diskname

more at http://www.mikerubel.org/computers/rsync_snapshots/

Revision history for this message
Tom Ronayne (tomarramot) said :
#2

Thanks Eduardo Cereto, that solved my question.

Revision history for this message
Tom Ronayne (tomarramot) said :
#3

Thanks Eduardo
Job done.
Tom

On Wed, Apr 2, 2008 at 7:53 AM, Eduardo Cereto <
<email address hidden>> wrote:

> Your question #28625 on keep in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/keep/+question/28625
>
> Status: Open => Answered
>
> Eduardo Cereto proposed the following answer:
> you should try rsync.
>
> sudo apt-get install rsync
>
> In the first time you use this command it will take a while to backup
> everything. But once it's complete the updates should be fast because
> rsync only sends the diff for modified files.
>
> rsync -av /home /media/diskname
>
> more at http://www.mikerubel.org/computers/rsync_snapshots/
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/keep/+question/28625/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/keep/+question/28625
>
> You received this question notification because you are a direct
> subscriber of the question.
>