diff --git a/config.ini b/config.ini index 7ae11e0..a9f47a0 100644 --- a/config.ini +++ b/config.ini @@ -1,5 +1,6 @@ [rsync] -host = bart@192.168.178.69 +host = bart@terminus +password file = /home/bart/.config/backup/rsync_password source base path = /media/droppie base opts = --log-file=${log:file} @@ -8,7 +9,7 @@ base opts = --archive --update --delete - --password-file=/home/bart/.rsync_password + --password-file=${password file} [log] file = /var/log/backup.log