File mover automation plugin


gspott

Recommended Posts

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.

Link to comment
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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.