configuration, scripts, and project log for my house NAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
cygnus/backups.service

8 lines
193 B

[Unit]
Description=Copy files from Gliese 180 a to Gliese 180 b
After=local-fs.target
[Service]
Type=oneshot
ExecStart=/usr/bin/rsync -a "/mnt/Gliese 180 a/" "/mnt/Gliese 180 b/"
User=shoofle