Now, I'm trying to restore everything with this command docker run -rm -volumes-from planka_planka_1 -v $(pwd):/backup planka bash -c 'cd / & tar xvf /backup/backup.tar -strip 1'īut I'm getting this error docker run -rm -volumes-from planka_planka_1 -v $(pwd):/backup planka bash -c 'cd / & tar xvf /backup/backup.tar -strip 1'
I made a backup of the volumes with docker run -rm -volumes-from planka_planka_1 -v $(pwd):/backup meltyshev/planka:latest tar cvf /backup/backup.tar /app/public/user-avatars /app/public/project-background-images /app/public/attachments I found a related issue here on github, which is for Moby, so I assume this could be not a docker related issue or am I wrong? I'm currently running portainer on a proxmox lxc and I'm trying to check if I can run my backups for Planka ( ) but I seem unable to restore the data for the volumes.