kavitacia

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by kavitacia

  1. Hello everybody. I use rsync to sync files between a server at work and home. When I run the rsync command on the command line, I get the following log: When I execute the same command as a script in Bash, I get the following log: It can be seen that in Bash there is a problem with the display of Cyrillic letters, and not all of them, but only those that are returned to rsync as path elements or file names. At the same time, these files on the disk after synchronization have a correct name that I can read. The script itself looks something like this: #!/bin/bash exec 1>>/boot/config/plugins/user.scripts/scripts/***/work.log date +"%F %T" echo "Папка All" echo "" rsync -av --progress --stats -r -u -tgo -p -l --password-file=[PARAMETER] --exclude=*@*/ rsync://rsync@IP:PORT/All /mnt/user/backup/ Does anyone know if it is possible to fix something in the bash properties so that it is correct?
  2. Hello. I need to connect to the source as a rsync daemon. I can't use SSH. In lackybackup, I specify the necessary parameters of the IP address, the user and the file with the password. But I get an error: What am I doing wrong? Does the lackybackup know how to join the rsync daemon?
  3. Hello. I updated Unride 6.9.2 to 6.11.5. Now Nextcloud writes the following message: I think it's a problem with the access rights to the directory, but I don't know how to fix it. Help please. root@ROLS:~# ls -l /mnt/user/appdata/nextcloud/ total 104 drwxr-xr-x 1 sshd sshd 880 Dec 25 23:52 3rdparty/ -rw-r--r-- 1 sshd sshd 19327 Dec 25 23:52 AUTHORS -rw-r--r-- 1 sshd sshd 34520 Dec 25 23:52 COPYING drwxr-xr-x 1 sshd sshd 1182 Dec 25 23:53 apps/ drwxr-xr-x 1 sshd root 300 Jun 14 2020 config/ -rw-r--r-- 1 sshd sshd 4095 Dec 25 23:52 console.php drwxr-xr-x 1 sshd sshd 440 Dec 25 23:53 core/ -rw-r--r-- 1 sshd sshd 6317 Dec 25 23:52 cron.php drwxr-xr-x 1 sshd root 380 Dec 25 23:05 custom_apps/ drwxr-xr-x 1 sshd root 64 Jun 14 2020 data/ drwxr-xr-x 1 sshd sshd 10104 Dec 25 23:53 dist/ -rw-r--r-- 1 sshd sshd 156 Dec 25 23:52 index.html -rw-r--r-- 1 sshd sshd 3456 Dec 25 23:52 index.php drwxr-xr-x 1 sshd sshd 126 Dec 25 23:53 lib/ -rw-r--r-- 1 root root 0 Dec 25 23:52 nextcloud-init-sync.lock -rwxr-xr-x 1 sshd sshd 283 Dec 25 23:52 occ* drwxr-xr-x 1 sshd sshd 18 Dec 25 23:53 ocm-provider/ drwxr-xr-x 1 sshd sshd 50 Dec 25 23:53 ocs/ drwxr-xr-x 1 sshd sshd 18 Dec 25 23:53 ocs-provider/ -rw-r--r-- 1 sshd sshd 3139 Dec 25 23:52 public.php -rw-r--r-- 1 sshd sshd 5549 Dec 25 23:52 remote.php drwxr-xr-x 1 sshd sshd 158 Dec 25 23:53 resources/ -rw-r--r-- 1 sshd sshd 26 Dec 25 23:52 robots.txt -rw-r--r-- 1 sshd sshd 2452 Dec 25 23:52 status.php drwxr-xr-x 1 sshd root 26 Jun 14 2020 themes/ -rw-r--r-- 1 sshd sshd 383 Dec 25 23:53 version.php root@ROLS:~#
  4. I found, thanks. I made the cpu temperature. Fan speed is not. I am doing something wrong. I think that the error here is "feature = fan2", it seems to me that I do not have data in the database with the name fan2 (or fan4). How can I check this? How to view data in the database?
  5. @falconexe thanks for your work! I don’t have a ipmi. And I followed this part of the instruction: But part of the board doesn't work. I really want the fan speed. Who will tell you how to get it without an ipmi?