목록2025/10 (1)
삽더하기실수
Restic 구축
1. 설치방법#ubntuapt-get install restic#Rockydnf install restic -yrestic init --repo /data/localbackup #repo 만들어주기mkdir -p /etc/resticchmod 700 /etc/resticecho "passwd" | sudo tee /etc/restic/passwd > /dev/nullsudo chmod 600 /etc/restic/passwdtouch /var/log/restic.log 2. 크론탭을 통한 자동화00 08 * * * /etc/restic/backup.sh00 09 * * * restic --repo /backup --password-file /etc/restic/passwd forget --keep-d..
카테고리 없음
2025. 10. 24. 12:35