From 7ad58978d87aae15ab8e07bcab2026d2ece2c4fb Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 28 Jul 2023 12:44:02 -0500 Subject: [PATCH] added progress/partial flag --- files/rsync/rsync-to-truenas-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/rsync/rsync-to-truenas-module.sh b/files/rsync/rsync-to-truenas-module.sh index 2f464ec..65bf39d 100644 --- a/files/rsync/rsync-to-truenas-module.sh +++ b/files/rsync/rsync-to-truenas-module.sh @@ -1 +1 @@ -rsync -av --rsh=ssh truenas::test-proxmox-sync /mnt/pve/wd-hd-4tb/truenasbackups/proxmox/ \ No newline at end of file +rsync -avP --rsh=ssh truenas::test-proxmox-sync /mnt/pve/wd-hd-4tb/truenasbackups/proxmox/ \ No newline at end of file