We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05a47d commit 15a1023Copy full SHA for 15a1023
CLI_CRON_backup_owncloud_files.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+SHELL=/bin/sh
3
+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
4
+export DISPLAY=:0.0
5
+
6
+rsync -av --delete "SOURCE/" "DESTINATION/" > MY_LOG.log
7
8
+date >> MY_LOG.log
0 commit comments