From 1977b97b1db50244fbec493d0823976e6426fb9c Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 20 Dec 2023 18:36:47 -0600 Subject: [PATCH] added extra line --- rsync/rsync-backup.sh | 2 +- rsync/rsync-from-server-to-server.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rsync/rsync-backup.sh b/rsync/rsync-backup.sh index 29ab20b..6ffd826 100755 --- a/rsync/rsync-backup.sh +++ b/rsync/rsync-backup.sh @@ -7,4 +7,4 @@ --include=/home/akanealw/docker \ --include=/home/akanealw/docker/appdata/*** \ --exclude=* \ -root@192.168.1.33:/ /mnt/backups/dockerservertest/$(/bin/date +%Y-%m-%d) \ No newline at end of file +root@192.168.1.33:/ /mnt/backups/dockerservertest/$(/bin/date +%Y-%m-%d) diff --git a/rsync/rsync-from-server-to-server.sh b/rsync/rsync-from-server-to-server.sh index f8b43ab..e631262 100755 --- a/rsync/rsync-from-server-to-server.sh +++ b/rsync/rsync-from-server-to-server.sh @@ -1,4 +1,4 @@ #!/bin/bash rsync -azvP -e "ssh -i ~/.ssh/proxyserver" --progress \ -/mnt/backups/dockerservertest/2023-07-04/* root@192.168.1.4:/ \ No newline at end of file +/mnt/backups/dockerservertest/2023-07-04/* root@192.168.1.4:/