Search found 2 matches

by tobelif
07 Dec 2017, 02:18
Forum: Feature Requests and Bug Reports
Topic: Very slow copy speed from Mac OSX to Synology Mount
Replies: 2
Views: 2748

Re: Very slow copy speed from Mac OSX to Synology Mount

think I answered my own question. If you change the --action to move it is much faster.

Code: Select all

filebot -script fn:amc --output "/Volumes/Media/Media" --action move -non-strict "/Volumes/Media/Media/Torrent/completed/" --log-file amc.log --def excludeList=amc.txt
by tobelif
07 Dec 2017, 02:02
Forum: Feature Requests and Bug Reports
Topic: Very slow copy speed from Mac OSX to Synology Mount
Replies: 2
Views: 2748

Very slow copy speed from Mac OSX to Synology Mount

I generally get about 20x better performance dragging and dropping folders using finder than I do running the following: filebot -script fn:amc --output "/Volumes/Media/Media" --action copy -non-strict "/Volumes/Media/Media/Torrent/completed/" --log-file amc.log --def excludeList=amc.txt Any way to ...