starting osx non-proprietary secure backup script
This commit is contained in:
parent
4625f5eae5
commit
03be23260f
|
@ -4,3 +4,7 @@ Vagrantfile and script to backup a home directory to a standard linux
|
||||||
luks image on an unencrypted disk. Created because duplicity is somewhat of
|
luks image on an unencrypted disk. Created because duplicity is somewhat of
|
||||||
a pain and I don't trust Time Machine that much and OSX encrypted image
|
a pain and I don't trust Time Machine that much and OSX encrypted image
|
||||||
files (sparse and normal both) are proprietary.
|
files (sparse and normal both) are proprietary.
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
|
||||||
|
This doesn't really work yet.
|
||||||
|
|
|
@ -13,6 +13,7 @@ set -v
|
||||||
echo "UseDNS no" >> /etc/ssh/sshd_config
|
echo "UseDNS no" >> /etc/ssh/sshd_config
|
||||||
service ssh restart
|
service ssh restart
|
||||||
|
|
||||||
|
dpkg --remove-architecture i386 # speeds up update
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y install kpartx debootstrap lvm2 qemu-utils cryptsetup
|
apt-get -y install kpartx debootstrap lvm2 qemu-utils cryptsetup
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue