sync
This commit is contained in:
parent
b7bce33a1e
commit
70f8a05bcd
1 changed files with 13 additions and 0 deletions
13
sync.sh
Executable file
13
sync.sh
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
#! /bin/bash
|
||||||
|
FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||||
|
DIRECTORY="$(dirname "${FILE}")"
|
||||||
|
|
||||||
|
cd "${DIRECTORY}"
|
||||||
|
|
||||||
|
rsync \
|
||||||
|
--archive \
|
||||||
|
--progress \
|
||||||
|
--verbose \
|
||||||
|
--delete-before \
|
||||||
|
out/ \
|
||||||
|
marc-beninca.fr:/ssd/projects/public/marc-beninca.fr/cnam/out/
|
Loading…
Add table
Add a link
Reference in a new issue