simatec / ioBroker.backitup

ioBroker.backitup allows you to backup and restore your ioBroker installation and other systems, such as databases, Zigbee, scripts and many more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backups from FTP is shown only at 9.2.24. All Backups after this Date is not shown.

Radeler opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

Backups from FTP is shown only at 9.2.24. All Backups after this Date is not shown.
Backup is making every day at 2.00 AM

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots & Logfiles
If applicable, add screenshots and logfiles to help explain your problem.

Versions:

  • Adapter version: v2.10.11
  • JS-Controller version: 5.0.19
  • Node version: v18.19.1
  • Operating system: Debian

Additional context
Add any other context about the problem here.
grafik

Please post your Debuglog from Backitup Start and the Config in JSON File

I hope this is what you need, thanks.
iobroker.current.log
system.adapter.backitup.0.json

Your backups will never be deleted.

How much is there on the FTP?
I wouldn't use FTP either. Better CIFS or NFS mount.
what kind of NAS do you have?

Your backups will never be deleted. Yes i know
How much is there on the FTP? 1139 Files
what kind of NAS do you have? Fritzbox Nas

1139 Backups??? Why??
Please use the CIFS mount of the FB for a backup. This will get rid of all worries and FTP is no longer needed.

Nowadays, FTP should only be an emergency solution if nothing else works

Well, unfortunately the Fritzbox doesn't allow this via CIFS. Password and user are absolutely correct. It only works on the Fritz via FTP.
Error: Command failed: mount -t cifs -o username=xxxxx,password=****,domain=FRITZ.NAS,cache=loose,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.xx.xxx/Samsung_USB/IOBrokerBackup /opt/iobroker/backups mount.cifs: permission denied: no match for /opt/iobroker/backups found in /etc/fstab

https://github.com/simatec/ioBroker.backitup/wiki/Diverse-Anleitungen-für-ioBroker.backitup#cifs-smb-freigaben-unter-fritznas-7-auf-einer-fritzbox

For FB Noserverino an Cache loose = true
Mount as root true

sudo apt update && sudo apt install cifs-utils

This three things was the solution. Thank you verry much.

grafik