Digamos que você queira restaurar a "barra" do diretório de Foo em seu diretório inicial (que é /home/foo
), seu comando ficaria assim:
/usr/share/backuppc/bin/Backuppc_tarCreate -h host -n -1 -s /home/foo/bar > restore.tar
Sinalizadores:
-h host Host from which the tar archive is created.
-n dumpNum Dump number from which the tar archive is created. A negative number means relative to the end (eg -1 means the most recent dump, -2 2nd most recent etc).
-s shareName Share name from which the tar archive is created.
Adicione um -l
ao comando para listar apenas os nomes de arquivos correspondentes.