Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

File mover automation plugin

Featured Replies

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.

Krusader docker has some automation features. 

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

  • 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.

It'll at least give you a start until you come up with something you like better. 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.