NASから作業ファイル一式をダウンロードするスクリプトをデプロイする #4

Merged
kazu634 merged 3 commits from deploy-rsync-shell into main 2024-02-12 10:04:55 +00:00
1 changed files with 16 additions and 0 deletions
Showing only changes of commit 8df5e02c18 - Show all commits

View File

@ -0,0 +1,16 @@
settings {
logfile = "/var/log/lsyncd/lsyncd.log",
statusFile = "/var/log/lsyncd/lsyncd.status",
statusInterval = 20,
nodaemon = false
}
sync {
default.rsync,
source = "/home/kazu634/works/mnt/",
target = "kazu634@192.168.10.200:/volume1/homes/kazu634/Drive/Shared/project/",
rsync = {
archive = true,
compress = true
}
}