Ich möchte jede nacht ein Order erstellen und alle files des Tagen der Überwachungskamera wegspeichern.
Für das Directory Vivotek klappt alles. Fisheye 2 da passiert einfach nichts. auch das MKDIR geht nicht.
Bin verwirrt. Jemand ein Tip`?
Wenn ich die Befehle via Konsole absetzte klappt alles.
cat crontab
0 0 * * * root /root/cron/clean.sh>> /var/log/cron.log
01 23 * * * root mkdir /volume1/Fisheye2/`date +%d%m%Y`
02 23 * * * root mkdir /volume1/vivotek/`date +%d%m%Y`
03 23 * * * root find /volume1/Fisheye2/ -maxdepth 1 -type f -exec mv "{}" /volume1/Fisheye2/`date +%d%m%Y`/ \;
30 23 * * * root find /volume1/vivotek/ -maxdepth 1 -type f -exec mv "{}" /volume1/vivotek/`date +%d%m%Y`/ \;
30 19 * * * root /usr/syno/bin/synonetbkp -a "MBC_to_Home"
Für das Directory Vivotek klappt alles. Fisheye 2 da passiert einfach nichts. auch das MKDIR geht nicht.
Bin verwirrt. Jemand ein Tip`?
Wenn ich die Befehle via Konsole absetzte klappt alles.
cat crontab
0 0 * * * root /root/cron/clean.sh>> /var/log/cron.log
01 23 * * * root mkdir /volume1/Fisheye2/`date +%d%m%Y`
02 23 * * * root mkdir /volume1/vivotek/`date +%d%m%Y`
03 23 * * * root find /volume1/Fisheye2/ -maxdepth 1 -type f -exec mv "{}" /volume1/Fisheye2/`date +%d%m%Y`/ \;
30 23 * * * root find /volume1/vivotek/ -maxdepth 1 -type f -exec mv "{}" /volume1/vivotek/`date +%d%m%Y`/ \;
30 19 * * * root /usr/syno/bin/synonetbkp -a "MBC_to_Home"