I have done a little Google searching for rsync
One site suggest the obvious approach of mounting the backup media and running this sort of command
$ sudo rsync -aAXv /
/mnt
fair enough but
I have a question about exclusions
Are not some of the files in /dev and /sys required for boot and need
to be backed up.
I have done a little Google searching for rsync
One site suggest the obvious approach of mounting the backup media and running this sort of command
$ sudo rsync -aAXv /
/mnt
fair enough but
I have a question about exclusions
Are not some of the files in /dev and /sys required for boot and need
to be backed up.
Basically, what you are seeing are files that only exist in memory, or dynamically built, usually during boot or media insertion.
To Bits: This will be run from sysrescue- filesystems not mounted
mkdir /src
mkdir /dest
mount -t auto LABEL=mga7 /src
mount -t auto LABEL=some_label_goes_here /dest
Are not some of the files in /dev and /sys required for boot and needThey are created on the fly by the kernel. They are not files
to be backed up.
which are located on or take up any space on the disk.
On the more general topic, I use rsnapshot for backups. The
backer-upper in MCC seems to use the same.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 371 |
Nodes: | 16 (2 / 14) |
Uptime: | 172:26:00 |
Calls: | 7,915 |
Files: | 12,983 |
Messages: | 5,797,535 |