Find the answer to your Linux question:
Results 1 to 3 of 3
Hi all Without using tar, I would like to backup my files from my ubuntu server to another external device, so that the files can be accessed without difficulty by ...
  1. #1
    tqz
    tqz is offline
    Just Joined!
    Join Date
    Jan 2008
    Posts
    46

    Backups not using tar...

    Hi all

    Without using tar, I would like to backup my files from my ubuntu server to another external device, so that the files can be accessed without difficulty by a user using their windows pc i.e. dont have to use a restore program or untar files etc...

    I have done this using the copy command which is executed by a cron job.
    However if I would like to only copy files that have changed since the last copy (like incremental backups) how can this be done?

    Also, is there a way of excluding files to copy - although I want to back everything up, I dont want to back up the files on the external storage or /proc, /tmp etc....

    Many thanks in advance

    t.

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Have a look at rsync, it is used to only copy files that are missing or have changed in the meantime. It is ideal for what you are trying to do.

  3. #3
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    A rather funky rsync front end - Back In Time
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...