df2daf524d
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
8 lines
149 B
Bash
Executable file
8 lines
149 B
Bash
Executable file
#!/bin/sh
|
|
|
|
touch ~/privat/rechner/eigene/.lastsync
|
|
|
|
rsync -av --delete --progress \
|
|
"$@" \
|
|
~/.ssh ~/.gnupg ~/privat/rechner/eigene/ \
|
|
/mnt
|