● ubuntu 설치된 패키지 apt-clone 저장 백업 복원하기
♨ 카랜더 일정 :
2023년01월12일
링크
첨부
컨텐츠 정보
- 16,243 조회
본문
● ubuntu 설치된 패키지 apt-clone 저장 백업 복원하기
Apt-clone, Ubuntu에 설치된 패키지 복제
https://github.com/mvo5/apt-clone
Ubuntu에 설치된 패키지를 복제하고 다른 컴퓨터로 복원하십시오. 매우 간단하고 빠른 방법으로. 여러 Ubuntu 시스템에 동일한 패키지 세트를 여러 번 설치하는 것은 시간이 많이 걸리고 지루한 작업입니다. 여러 시스템에 동일한 패키지를 반복해서 설치하는 데 시간을 낭비하고 싶지 않다면 이것은 좋은 옵션입니다.
사실에 관해서는 유사한 아키텍처의 Ubuntu 시스템에 패키지 설치,이 작업을 용이하게하는 데 사용할 수있는 많은 방법이 있습니다. 다음을 사용하여 몇 번의 마우스 클릭만으로 기존 Ubuntu 시스템의 응용 프로그램, 설정 및 데이터를 새로 설치된 시스템으로 간단히 마이그레이션 할 수 있습니다. 앱 티크. 패키지 관리자를 사용하여 설치된 패키지의 전체 목록을 백업 할 수도 있습니다. 예를 들어 APT를 사용하고 나중에 새로 설치된 시스템에 설치할 수 있습니다.
https://ubunlog.com/ko/apt-clone-copia-seguridad-paquetes/
참조 작업해봅니다
root@ubuntu1:~/paquetesInstalados# apt-clone -h
usage: apt-clone [-h] [--debug]
{info,clone,restore,restore-new-distro,show-diff} ...
Clone/restore package info
optional arguments:
-h, --help show this help message and exit
--debug enable debug output
Commands:
{info,clone,restore,restore-new-distro,show-diff}
info info about a apt-clone archive
clone create a clone-file into <destination>. An alternative
source dir can be specified with --source.
restore restore a clone file from <source>. An alternative
destination can be given with --destination.
restore-new-distro restore a clone file from <source> to <destination>
and try upgrading along the way. this can be used so
that the current release is cloned, a new install is
done and then the old clone is installed
show-diff show the difference of a clone file from <source> to
the system. An alternative destination can be given
with --destination.
root@ubuntu1:~/paquetesInstalados#
===========
apt install apt-clone
ll ~/paquetesInstalados
mkdir ~/paquetesInstalados
ll ~/paquetesInstalados
df
백업
apt-clone clone ~/paquetesInstalados
파일정보
root@ubuntu1:~/paquetesInstalados# ll ~/paquetesInstalados
total 24
drwxr-xr-x 2 root root 4096 Jan 12 00:58 ./
drwx------ 5 root root 4096 Jan 12 00:57 ../
-rw-r--r-- 1 root root 13369 Jan 12 00:58 apt-clone-state-ubuntu1.tar.gz
root@ubuntu1:~/paquetesInstalados#
확인
apt-clone info ~/paquetesInstalados/apt-clone-state-ubuntu1.tar.gz
복원
apt-clone restore ~/paquetesInstalados/apt-clone-state-ubuntu1.tar.gz
☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠
뷰PDF 1,2
office view
관련자료
-
링크
댓글목록
등록된 댓글이 없습니다.