Anything-sync-daemon("asd")을 설치하고 이 페이지에 따라 최소 구성을 수행했습니다.
Anything-sync-daemon - ArchWiki
실행하면 asd p
다음과 같은 출력이 제공됩니다.
Anything-sync-daemon v5.85 on Arch Linux
Systemd service is currently active.
Systemd resync service is currently active.
Overlayfs technology is currently inactive.
Asd will manage the following per /run/asd.conf settings:
owner/group id: myuser/1000
target to manage: /home/myuser/.cache
sync target: /home/myuser/.cache-backup_asd
tmpfs target: /tmp/asd-myuser/home/myuser/.cache
dir size: 3.3G
recovery dirs: none
실행 시 cat /etc/asd.conf
WHATTOSYNC를 제외한 모든 항목을 기본값으로 표시합니다 .
WHATTOSYNC=(
'/home/myuser/.cache'
)
# The default is to save the most recent 5 crash recovery snapshots.
#BACKUP_LIMIT=5
위에 표시된 대로 BACKUP_LIMIT가 기본값입니다.
systemctl 목록 타이머는 다음을 보여줍니다:
Mon 2018-02-05 19:20:13 EST 53min left Mon 2018-02-05 18:20:13 EST 6min ago asd-resync.timer asd-resync.service
asd에게 백업 스냅샷을 찍도록 어떻게 지시하나요?