9 lines
239 B
Desktop File
9 lines
239 B
Desktop File
[Unit]
|
|
Description=Rsync Server Upload
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/rsync --recursive --remove-sent-files --partial --archive --progress --verbose -e ssh /home/joerg/upload higgsboson.tk:/var/www/static
|
|
|
|
[Install]
|
|
WantedBy=mystuff.target
|