This is the command rsbackup-mount that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
프로그램:
이름
rsbackup-mount - mount encrypted or unencrypted disks used by rsbackup
개요
rsbackup-mount [옵션] [--] [장치]
기술
rsbackup-mount mounts and unmounts encrypted or unencrypted partitions used as backup
상점별 RSbackup(1).
옵션
--마운트 해제, -u
Unmount devices. (The default is to mount devices.)
--확인하다, -c
Check for available devices that aren't open.
-건조, -n
Do nothing, instead print the commands that would be executed.
--키 파일 PATH, -k PATH
Pass the argument --키 파일 PATH 에 암호 설정.
--도움, -h
사용 메시지를 표시합니다.
--번역, -V
버전 문자열을 표시합니다.
구성
구성 읽기 /etc/rsbackup/devices. This is a shell script fragment. It
should set 장치 to a (space-separated) list of device names and for each device name D,
밝히다 D_uuid to its UUID. To specify that a device is unencrypted (i.e. that it just
requires mounting or unmounting), define D_plain as a non-empty string for that device.
(Have a look in /dev/disk/by-uuid to find device UUIDs).
예시
# List names of devices here
devices="backup3 backup4"
# For each device, define DEVICE_uuid
# e.g. devicename_uuid=8f4171f0-007d-4083-a40c-407e5f9c24dd
backup3_uuid=8f4171f0-007d-4083-a40c-407e5f9c24dd
backup4_uuid=80a1ca0d-d07a-4195-9da1-8cbb9fbc11b9
# For any device that isn't encrypted, define DEVICE_plain
# e.g. devicename_plain=1
backup3_plain=1
Use rsbackup-mount online using onworks.net services