Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I've been trying to find a suitable linux backup program. I found many of them ... yes, I know bacula, SimpleBackup, SBACKUP, etc...
They all use compression methods to store my data ... and I don't want it...
I just wanted a program that copied the files I have changed on my computer's disk to an external disk...
For example: At the end of my work day, I would run a software or a script that copied all the files I have CHANGED to the external hard disk ... the ones that I didn't change, the script wouldn't do anything.
It would also copy new files I created, deleted the ones I deleted on my computer, etc...
But with no compression method! Just put the files there...
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,197
Rep:
Just for the record, compression is typically an option. You can turn it off.
On the other hand, they still don't do what you want. I mean, you're going to set up an SQL database to run with Bacula just so you can copy your files to an external drive? I don't think so. Backup programs designed to be scalable to a large network end up with way too much overhead when all you are doing is copying your personal files from a single machine.
rsync is probably an ideal tool for what you want to do.
If you can define exactly what you want (you say changed files, do you want to include config files or just explicit user data? do you mean file in tmp and in the spooler, or just within /home) I'd write a simple bash script that just copied files. I'm sure that rsync and unison are capable of doing what you want, but with an exact definition it shouldn't be that hard to script.
(Actually, another question is what you want to do with 'old' backed up files - is this disk supposed just to be a snapshot of the recently changed files or are you intending it to change incrementally to be a total, 1 day old, backup?)
BTW, I'm not sure what you have against compression. I'd be 100% with you if you had objected to uncommon compression formats, but I can't see a problem with compression - say gzip or something - per se.
thanks! I'm going to explore your answers... Everyone talked about rsync, so I think I'll try it ...
Oh, by the way
@ salasi:
I just wanted explicit user data
"Actually, another question is what you want to do with 'old' backed up files - is this disk supposed just to be a snapshot of the recently changed files or are you intending it to change incrementally to be a total, 1 day old, backup?"
--> What I mean with 'old' backed up files are files that haven't been changed and were already there from the previous backup ... so if they were not changed by me, they don't need to be replaced...
About the compression: I'm not supposed to compress it. I have 2 reasons:
a) I will use my external disk to sync my Windows PC at work with the files I've been working on at home... but because that PC is in the work place with network protections, I can't access it via internet. I will just sync both Linux (at home) and Windows (at work) PC's to have exactly the same files... by making incremental copies.
b) I have a big external hard disk, hence I don't have space problems at all :P
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.