diff --git a/modules/common.nix b/modules/common.nix index 2e766a5..185e025 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -33,5 +33,6 @@ environment.systemPackages = with pkgs; [ git tailscale + rclone ]; } \ No newline at end of file diff --git a/upload-completed-torrents.sh b/upload-completed-torrents.sh new file mode 100755 index 0000000..5943079 --- /dev/null +++ b/upload-completed-torrents.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +sudo rclone move --config /etc/rclone.conf --dry-run --transfers 30 -P /mnt/tmpMedia/radarr data:enc/mnt/mega/app_data/complete_torrent_downloads \ No newline at end of file