ios-backup-machine
Offline, portable and automatic iPhone backup system
파일 탐색기
- bug_report.yml
- config.yml
- feature_request.yml
- ci.yml
- docs.yml
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- favicon.ico
- icon.svg
- backups.html
- base.html
- index.html
- log_view.html
- login.html
- logs.html
- settings_backup.html
- settings_datetime.html
- settings_devices.html
- settings_encryption.html
- settings_general.html
- settings_notifications.html
- settings_password.html
- settings_sync.html
- settings_webui.html
- settings_wifi.html
- settings_wireguard.html
- setup.html
- system_update.html
- backup-sync.py
- config_schema.py
- epdconfig.py
- host_key.py
- iosbackupmachine.py
- logutil.py
- netutil.py
- notifications.py
- notify_crypto.py
- ntp-sync.py
- power.py
- sync_crypto.py
- sync_manager.py
- uipolicy.py
- webui.py
- wg_crypto.py
- wg_manager.py
- wifi_manager.py
- Case ios backup machine_v8.stl
- architecture-dark.svg
- state-machine-dark.svg
- Image2.jpg
- Normal_operation.gif
- UbuntuMono-Regular.ttf
- 90-iosbackupmachine.rules
- 99-wg-autoconnect
- [pisugar]config.json
- armbianEnv.txt
- config.yaml.example
- logrotate-iosbackupmachine
- architecture-dark.svg
- state-machine-dark.svg
- Image2.jpg
- Normal_operation.gif
- logo.svg
- Head.astro
- device-connectivity.md
- overview.md
- security.md
- contributing.md
- testing.md
- first-backup.md
- hardware.md
- installation.md
- overview.md
- backups.md
- display-and-controls.md
- logs.md
- networking.md
- remote-sync.md
- web-ui.md
- wireguard-vpn.md
- index.md
- diagrams.css
- content.config.ts
- .gitignore
- astro.config.mjs
- package-lock.json
- package.json
- tsconfig.json
- long-press-backup.sh
- shutdown.sh
- unplug-notify.sh
- usbmux-refresh.sh
- wg-autoconnect.sh
- backup-sync.service
- iosbackupmachine.service
- ntp-sync.service
- rtc-sync.service
- unplug-notify.service
- usbmux-refresh.service
- webui.service
- wg-autoconnect.service
- conftest.py
- test_config_schema.py
- test_display_wiring.py
- test_host_key.py
- test_logutil.py
- test_notify_crypto.py
- test_power.py
- test_sync_crypto.py
- test_sync_host_key.py
- test_sync_progress.py
- test_uipolicy.py
- test_wg_crypto.py
- test_wifi_manager.py
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- install.sh
- LICENSE
- pytest.ini
- README.md
- REBOOT_EPOCH
- requirements-dev.txt
- requirements.txt
- SECURITY.md
- uninstall.sh
- update.sh
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
idevicebackup2
설명 보기 ▼
idevicebackup2
iOS 4 이상을 실행하는 장치에 대한 백업을 생성하거나 복원.
더 많은 정보: <https://manned.org/idevicebackup2>.
idevicebackup2 backup {{path/to/directory}}
지정된 디렉터리에 장치의 백업을 생성:
idevicebackup2 restore {{path/to/directory}}
지정된 디렉터리에서 백업을 복원:
idevicebackup2 encryption on {{password}}
백업 암호화 활성화:
// repository documentation
Was this content helpful?
(0 ratings)
