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 ...
- 08-14-2009 #1Just 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.
- 08-14-2009 #2Linux 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.
- 08-14-2009 #3
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.


Reply With Quote