[remove] old scripts, not using anymore

This commit is contained in:
2023-10-19 20:14:39 +08:00
parent 5e821cf08c
commit d2fd9a6a25
2 changed files with 1 additions and 1 deletions

9
old/nc_rsync.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
src_dir='/opt/apps/syncthing/data/common'
dst_dir='/opt/apps/localcr/K_nextcloud/local/nextcloud/data/nextcloud/files/'
rsync --delete-after -avz $src_dir $dst_dir
docker exec -u www-data nextcloud php /var/www/html/occ files:scan --all