Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Info Task scheduler

36
10
NAS
DS218+ DSM 6.2.2-24922-4
Router
  1. RT2600ac
Hey,
Here are some tasks i use.

Deleted directory with the files on a shared folder.
Code:
find "/volume1/Base" -name "OldVersions" -type d -exec rm -r {} \; -prune

Deleted files on a shared folder.
Code:
find "/volume1/Base" -name "[dD]esktop.ini" -type f -delete

Defrag shared folder.
Code:
/sbin/btrfs filesystem defragment -r /volume1/Base

Backup dsm settings.
Code:
/usr/syno/bin/synoconfbkp export --filepath="/volume1/Base/Backup inst DS218Plus/DS218Plus_"$(date +%Y%m%d)".dss"
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Popular tags from this forum

dsm

Thread Tags

Tags Tags
None

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending content in this forum

Back
Top