From 13b3b7cbd1687efb1523d3feb08b82477bd20b4d Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 10 Jun 2023 22:31:27 -0500 Subject: [PATCH] removed dry-run flag --- files/miscscripts/rsync-backup-vps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/miscscripts/rsync-backup-vps.sh b/files/miscscripts/rsync-backup-vps.sh index d2b1e38..22f1b00 100644 --- a/files/miscscripts/rsync-backup-vps.sh +++ b/files/miscscripts/rsync-backup-vps.sh @@ -1,4 +1,4 @@ -rsync -azvP -e "ssh -i ~/.ssh/vultrvps" --progress --dry-run \ +rsync -azvP -e "ssh -i ~/.ssh/vultrvps" --progress \ --include=/ \ --include=/home/*** \ --exclude=/unbound/dev/*** \