
23 Apr
2014
23 Apr
'14
12:40 a.m.
Carl Turney <carl@boms.com.au> 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.