From f2c7e9a95ac1c4956f4731e278ffd9e962ac9a52 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 23 Nov 2023 20:57:56 +0100 Subject: [PATCH] change torrent copy --- ansible/group_vars/VPS/mount | 2 +- nomad-job/rutorrent.nomad | 2 +- nomad-job/seedboxsync.nomad | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/VPS/mount b/ansible/group_vars/VPS/mount index ea37f12..8af3114 100644 --- a/ansible/group_vars/VPS/mount +++ b/ansible/group_vars/VPS/mount @@ -12,7 +12,7 @@ systemd_mounts: type: cifs options: - credentials=/etc/creds/hetzner_credentials - - uid= 1024 + - uid= 100001 - gid= 10 - vers=3.0 - mfsymlinks diff --git a/nomad-job/rutorrent.nomad b/nomad-job/rutorrent.nomad index e6fcc11..a71f5cb 100644 --- a/nomad-job/rutorrent.nomad +++ b/nomad-job/rutorrent.nomad @@ -71,7 +71,7 @@ job "torrent" { } env { - PUID = 1024 + PUID = 1000001 PGID = 984 UMASK = 002 WEBUI_PORT = "8080" diff --git a/nomad-job/seedboxsync.nomad b/nomad-job/seedboxsync.nomad index 6c3d40f..dad3566 100644 --- a/nomad-job/seedboxsync.nomad +++ b/nomad-job/seedboxsync.nomad @@ -41,6 +41,7 @@ job "seedboxsync" { "${USERNAME}@${REMOTE_SERVER}:${REMOTE_PATH}", "/media", "--exclude=seed", + "--remove-source-files", "-v" ] }