Eu quero testar se o backup do sistema inteiro corresponde ao original.
Seria ótimo entender alguns testes básicos sobre garantia de qualidade rápida, porque eu não tenho tempo para sempre.
Fazer backup backup.tar.gz
do sistema com exclusões
# http://unix.stackexchange.com/a/291720/16920
sudo nice tar czf /media/masi/ntfsDisc/backup.tar.gz --exclude=/home \
--exclude=/media --exclude=/dev \
--exclude=/mnt --exclude=/sys \
--exclude=/run --exclude=/proc /
Como lidar com casos de arquivos alterados durante o backup?
tar: Removing leading '/' from member names
tar: /home/masi/.gnupg/S.gpg-agent: socket ignored
tar: /home/masi/.config/chromium/Default: file changed as we read it
tar: /home/masi/.config/chromium: file changed as we read it
tar: /home/masi: file changed as we read it
Como lidar com soquetes ignorados?
tar: Removing leading '/' from member names
tar: /tmp/.X11-unix/X0: socket ignored
tar: /tmp/.ICE-unix/1666: socket ignored
tar: /tmp/qtsingleapplication-7af9-3e8: socket ignored
tar: /tmp/.org.chromium.Chromium.2qSs7o/SingletonSocket: socket ignored
nice
. Cronograma TODO do processo e subprocessos. Requisitos de teste
Sistema: Ubuntu 16.04
Sistema de arquivos do sistema: ext4
Sistema de arquivos de HD externo: NTFS