vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| In article <ccd99f9a.0309121347.7b7366d4@posting.google.com >, ma77777777772000@yahoo.ca (TCMa) wrote: > Which disk partition should I backup? > > Currently I backup / /usr /var /opt /export/home > and subdirectories? > > Should I backup /etc? _All of them_. The worst feeling is not having the backup and the data is lost or must be recreated. Tape is cheap. Does your data cost any less? -- DeeDee, don't press that button! DeeDee! NO! Dee... |
| |||
| In comp.unix.solaris "Michael wrote: > ma77777777772000@yahoo.ca (TCMa) wrote: > > > Which disk partition should I backup? > > > > Currently I backup / /usr /var /opt /export/home > > and subdirectories? > > > > Should I backup /etc? > > _All of them_. The worst feeling is not having the backup and the data > is lost or must be recreated. Tape is cheap. Does your data cost any > less? Wait a sec... /etc is a partition? Show us "df -k". -am © 2003 |
| |||
| Dans article <ccd99f9a.0309121347.7b7366d4@posting.google.com >, ma77777777772000@yahoo.ca disait... > > Should I backup /etc? > It contains all your configuration data and it's quite small. Loosing it isn't probably any better than losing anything else except /export/home. -- Quis, quid, ubi, quibus auxiliis, cur, quomodo, quando? |
| |||
| On Fri, 12 Sep 2003 14:47:48 -0700, TCMa wrote: > Which disk partition should I backup? > > Currently I backup / /usr /var /opt /export/home > and subdirectories? > > Should I backup /etc? Why wouldn't /etc be backed up with / (root)? Did you make a separate filesystem for /etc? Alex Moore |
| |||
| In article <pan.2003.09.13.14.14.52.71703@no-spam-edge.net>, Alex Moore <asmoore@no-spam-edge.net> wrote: > On Fri, 12 Sep 2003 14:47:48 -0700, TCMa wrote: > > > Which disk partition should I backup? > > > > Currently I backup / /usr /var /opt /export/home > > and subdirectories? > > > > Should I backup /etc? > > Why wouldn't /etc be backed up with / (root)? Did you make a separate > filesystem for /etc? > Good luck if it is...the system will never boot if /etc is a separate filesystem - unless you've got a copy of /etc under the mount point...in which case, why is /etc a separate filesystem in the first place?? Talk about redundant... -- Ken Real address krgray*at*verizon*dot*net |
| ||||
| If /etc is a seperate mount point, I don't think it would be mounted when the kernel loads it's modules. I expect this would cause a problem when the kernel tries to access configuration information in /etc/system, among other things.... Ken Gray <see-sig-for-address@nowhere.invalid> wrote in message news:<3MH8b.3685$1D5.2016@nwrddc02.gnilink.net>... > In article <pan.2003.09.13.14.14.52.71703@no-spam-edge.net>, > Alex Moore <asmoore@no-spam-edge.net> wrote: > > > On Fri, 12 Sep 2003 14:47:48 -0700, TCMa wrote: > > > > > Which disk partition should I backup? > > > > > > Currently I backup / /usr /var /opt /export/home > > > and subdirectories? > > > > > > Should I backup /etc? > > > > Why wouldn't /etc be backed up with / (root)? Did you make a separate > > filesystem for /etc? > > > > Good luck if it is...the system will never boot if /etc is a separate > filesystem - unless you've got a copy of /etc under the mount point...in > which case, why is /etc a separate filesystem in the first place?? > > Talk about redundant... |