aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-23 16:57:41 -0300
committerEuAndreh <eu@euandre.org>2023-03-23 16:57:41 -0300
commitf0acf7431f76ca844383da6b5f2e97c98ad29ca2 (patch)
tree8df325f62f091ff53d5a1e967d791651bb1a5a00 /Makefile
parentbin/vm: Set user to "vm" (diff)
downloaddotfiles-f0acf7431f76ca844383da6b5f2e97c98ad29ca2.tar.gz
dotfiles-f0acf7431f76ca844383da6b5f2e97c98ad29ca2.tar.xz
Makefile: Exclude mint from upload
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d8c5a0..68899b2 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,8 @@ clean:
VM-DIR = /srv/www/s/vm
upload:
- rsync -avP $(XDG_STATE_HOME)/vm/qemu/ euandre.org:$(VM-DIR)/qemu/
+ rsync -avP --exclude mint-x86_64-cinnamon.qcow2 \
+ $(XDG_STATE_HOME)/vm/qemu/ euandre.org:$(VM-DIR)/qemu/
ssh euandre.org find $(VM-DIR)/qemu/ -type f | \
sed 's|^$(VM-DIR)/qemu/||' | \
sed 's|\.qcow2$$||' | \