diff options
Diffstat (limited to 'SystemD/.config/systemd/user/backup.service')
-rw-r--r-- | SystemD/.config/systemd/user/backup.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/SystemD/.config/systemd/user/backup.service b/SystemD/.config/systemd/user/backup.service new file mode 100644 index 0000000..d3bb8ed --- /dev/null +++ b/SystemD/.config/systemd/user/backup.service @@ -0,0 +1,6 @@ +[Unit] +Description=Taking backup + +[Service] +Type=simple +ExecStart=/usr/bin/rsync -a --delete --quiet /home/oreo /media/hdd/backup |