Carl Turney <[email protected]> writes: > (2) LABEL a possible bullet-in-the-foot: > > As every single file and directory is copied in my backup system, it may > COPY the master disk label on to the backup disk
UUID and label are filesystem metadata. File-level cp'ing files will not touch them; Block-level dd'ing the whole filesystem will. You can view them with blkid. You can set ext ones with tune2fs. _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
