DerDanilo / proxmox-stuff

This is a collection of stuff that I wrote for Proxmox.
MIT License
1.05k stars 204 forks source link

i am stupid ;-) getting "cannot execute: required file not found" #41

Open Heph81 opened 2 months ago

Heph81 commented 2 months ago

Hello, it seems as if i am a bit stupid ...

backup error

chmod is correct, file is in /root ... any idea what i am doing wrong ?

kimismenos commented 2 weeks ago

It's probably due to wrong line endings in your file:

Heph81 commented 2 weeks ago

haha :-D took me a while to realise what it means ;-) ... like a riddle. nvm, thank you very much

... now i am to stupid again ... 1st proxmox was fine, did exactly the same on the 2nd, but get only

ls: /mnt/my path/*_dockercube._*.tar.gz: No such file or directory
Tar files
tar: unrecognized option: warning=no-file-ignored
BusyBox v1.36.1 (2024-06-10 07:11:47 UTC) multi-call binary.

Usage: tar c|x|t [-ZzJjahmvokO] [-f TARFILE] [-C DIR] [-T FILE] [-X FILE] [LONGOPT]... [FILE]...

Create, extract, or list files from a tar file

        c       Create
        x       Extract
        t       List
        -f FILE Name of TARFILE ('-' for stdin/out)
        -C DIR  Change to DIR before operation
        -v      Verbose
        -O      Extract to stdout
        -m      Don't restore mtime
        -o      Don't restore user:group
        -k      Don't replace existing files
        -Z      (De)compress using compress
        -z      (De)compress using gzip
        -J      (De)compress using xz
        -j      (De)compress using bzip2
        --lzma  (De)compress using lzma
        -a      (De)compress based on extension
        -h      Follow symlinks
        -T FILE File with names to include
        -X FILE File with glob patterns to exclude
        --exclude PATTERN       Glob pattern to exclude
        --overwrite             Replace existing files
        --strip-components NUM  NUM of leading components to strip
        --no-recursion          Don't descend in directories
        --numeric-owner         Use numeric user:group
        --no-same-permissions   Don't restore access permissions
Cleaning up
dockercube:~#

any idea what i did wrong this time ? ;-)