first commit
This commit is contained in:
10
rsync/rsync-backup.sh
Normal file
10
rsync/rsync-backup.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
#rsync -azvP -e "ssh -i ~/.ssh/debiantest" --progress \
|
||||
--include=/ \
|
||||
--include=/home/ \
|
||||
--include=/home/akanealw \
|
||||
--include=/home/akanealw/docker \
|
||||
--include=/home/akanealw/docker/appdata/*** \
|
||||
--exclude=* \
|
||||
root@192.168.1.33:/ /mnt/backups/dockerservertest/$(/bin/date +%Y-%m-%d)
|
||||
Reference in New Issue
Block a user