Compare commits
2 Commits
abdd12b1d1
...
965cfa98c0
Author | SHA1 | Date |
---|---|---|
|
965cfa98c0 | |
|
5ddda0eae3 |
|
@ -2,4 +2,4 @@ restic_include:
|
|||
- /var/lib/unifi
|
||||
|
||||
unifi_data_restore_command: >-
|
||||
restic restore --path /var/lib/unifi latest
|
||||
restic restore --path /var/lib/unifi --target / latest
|
||||
|
|
2
newvm.sh
2
newvm.sh
|
@ -170,7 +170,7 @@ if [ -n "${http_proxy}" ]; then
|
|||
extra_args="${extra_args} proxy=${http_proxy}"
|
||||
fi
|
||||
fi
|
||||
extra_args="${extra_args} inst.notmux quiet systemd.show_status=1 console=ttyS0"
|
||||
extra_args="${extra_args} inst.notmux quiet systemd.show_status=1 inst.syslog=logs.pyrocufflink.blue:601 console=ttyS0"
|
||||
|
||||
set -- \
|
||||
--name ${name} \
|
||||
|
|
Loading…
Reference in New Issue