add upload script for complete torrents
This commit is contained in:
@@ -33,5 +33,6 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
tailscale
|
||||
rclone
|
||||
];
|
||||
}
|
||||
Executable
+3
@@ -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
|
||||
Reference in New Issue
Block a user