From 1634409409937a070999ff29bd66e193dfe4a89d Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 28 Jul 2023 12:40:19 -0500 Subject: [PATCH] added rsync module command --- files/rsync/rsync-to-truenas-module.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 files/rsync/rsync-to-truenas-module.sh diff --git a/files/rsync/rsync-to-truenas-module.sh b/files/rsync/rsync-to-truenas-module.sh new file mode 100644 index 0000000..2f464ec --- /dev/null +++ b/files/rsync/rsync-to-truenas-module.sh @@ -0,0 +1 @@ +rsync -av --rsh=ssh truenas::test-proxmox-sync /mnt/pve/wd-hd-4tb/truenasbackups/proxmox/ \ No newline at end of file