May 10, 20179 yr I have a webcam uploading picture to my unraid server every 10min. Is there any way to auto move every day with picture in a new folder named with date or something like that? Filename: rogn20170510_202113_3336.jpg rogn20170510_203113_3937.jpg I have looked at davos v2 application but cant find the things i whant. Thanks.
May 15, 20179 yr I used to run this with Cron so it would run daily. #!/bin/bash Today="`date +%Y-%m-%d`" mv /sourcefolder/*.* /destinationfolder/$Today-folder The above would create a folder based on the date and put everything in that folder
May 16, 20179 yr Author On 14.5.2017 at 9:54 AM, Greygoose said: Krusader docker has some automation features. I cant find any features around this? On 15.5.2017 at 4:09 PM, kizer said: I used to run this with Cron so it would run daily. #!/bin/bash Today="`date +%Y-%m-%d`" mv /sourcefolder/*.* /destinationfolder/$Today-folder The above would create a folder based on the date and put everything in that folder Maby i could give this a try.
Archived
This topic is now archived and is closed to further replies.