Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Heph81 opened this issue Sep 14, 2024 · 2 comments
Open

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

Heph81 opened this issue Sep 14, 2024 · 2 comments

Comments

@Heph81
Copy link

Heph81 commented Sep 14, 2024

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
Copy link

kimismenos commented Nov 2, 2024

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

  • Windows: CR+LF
  • Unix/Linux: LF
  • Mac: CR

@Heph81
Copy link
Author

Heph81 commented Nov 7, 2024

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 ? ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants