systemd-user/user/rsync-upload.service

9 lines
239 B
SYSTEMD
Raw Normal View History

2013-02-17 18:39:48 +00:00
[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