Re: incomplete back-ups
- From: "s. keeling" <keeling@xxxxxxxxxxx>
- Date: Tue, 19 Jun 2007 16:14:50 GMT
grace <zympoul@xxxxxxxxx>:
i've been creating back-ups of our files every night through cron jobs
and my script
for this is like this:
0 21 * * 1 sudo cp -r /home /db/home_bu/mon
Further to my other reply, you might want to use instead:
cp -rp ...
so the resultant copies will have the same ownerships, protections,
and timestamps as the originals. This is very important should you
ever get into doing incremental backups (another way to minimize the
size of the resultant backup archive).
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
.
- References:
- incomplete back-ups
- From: grace
- incomplete back-ups
- Prev by Date: Re: incomplete back-ups
- Next by Date: Warning : CPU frequence is 7980000,cpufreq assumed 731000 KHz
- Previous by thread: Re: incomplete back-ups
- Next by thread: How to install linux from floppy, without a bootable cdrom drive?
- Index(es):
Relevant Pages
|