diff options
author | Pranshu Sharma <pranshu@pebl> | 2024-12-13 01:08:40 +1000 |
---|---|---|
committer | Pranshu Sharma <pranshu@pebl> | 2024-12-13 01:08:40 +1000 |
commit | a8c915a6ae837c0607eea6e498862b0ae248ba93 (patch) | |
tree | 9635737bc0d9eba0a603fd7eae6dcd604a569af2 /sync.sh | |
parent | 375204f6a5e76ea1629f61628a3f9537969e3774 (diff) |
Added sync.sh (RUN WHEN SYNCING WITH SERVER)
Diffstat (limited to 'sync.sh')
-rw-r--r-- | sync.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +rsync -arv --exclude='.git/' --exclude='sync.sh' . root@bauherren.ovh:/var/www/bauherren/ |