I have a setup where i have the report and media list which are stored under /root/reports and they contain absolute paths to the linked media, each time this paths are various like:
/media/root/l1/report/2023-12-09/income.csv
/media/root/l2/multimedia/tutorials/report_training.mp4
paths are always absolute paths
so i want to copy the files from attached media using cron every day at certain time.
How can i do this?
i ried something like this:
./rclone copy --files-from-raw /root/reports srv2023trn_de:/storage/reports/abs
But rclone prints out "usage". Can someone help how to achieve this?