borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
11.15k stars 742 forks source link

Borg on windows (ssh) crashes with FD exception error #8305

Closed SpiderUnderUrBed closed 3 months ago

SpiderUnderUrBed commented 3 months ago

Have you checked borgbackup docs, FAQ, and open GitHub issues?

Yes

Is this a BUG / ISSUE report or a QUESTION?

Bug /issue

System information. For client/server mode post info for both machines.

Windows

Your borg version (borg -V).

borg 1.0.11

Operating system (distribution) and version.

Hardware / network configuration, and filesystems used.

How much data is handled by borg?

Full borg commandline that lead to the problem (leave away excludes and passwords)

Describe the problem you're observing.

Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.

Yes, install borg on windows, and try a simular command to mine where you attempt to use SSH borg create spiderunderurbed@authentik.spidershomelab.xyz:/hdds/Seagate/backups/windows::FIRST C:\Users\SpiderUnderUrBed.DaSpiderCave\Downloads

Include any warning/errors/backtraces from the system logs

`PS C:\Users\SpiderUnderUrBed.DaSpiderCave> borg create spiderunderurbed@authentik.spidershomelab.xyz:/hdds/Seagate/backups/windows::FIRST C:\Users\SpiderUnderUrBed.DaSpiderCave\Downloads Local Exception. Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/borg/archiver.py", line 2168, in main exit_code = archiver.run(args) File "/usr/lib/python3.6/site-packages/borg/archiver.py", line 2104, in run return set_ec(func(args)) File "/usr/lib/python3.6/site-packages/borg/archiver.py", line 94, in wrapper lock_wait=self.lock_wait, lock=lock, append_only=append_only, args=args) File "/usr/lib/python3.6/site-packages/borg/remote.py", line 234, in init version = self.call('negotiate', RPC_PROTOCOL_VERSION) File "/usr/lib/python3.6/site-packages/borg/remote.py", line 322, in call for resp in self.call_many(cmd, [args], **kw): File "/usr/lib/python3.6/site-packages/borg/remote.py", line 374, in call_many raise Exception('FD exception occurred') Exception: FD exception occurred

Platform: CYGWIN_NT-10.0 DaSpiderCave 2.8.2(0.313/5/3) 2017-07-12 10:58 x86_64 Borg: 1.0.11 Python: CPython 3.6.1 PID: 28180 CWD: /c/Users/SpiderUnderUrBed.DaSpiderCave sys.argv: ['/bin/borg', 'create', 'spiderunderurbed@(censored):/hdds/Seagate/backups/windows::FIRST', 'C:UsersSpiderUnderUrBed.DaSpiderCaveDownloads'] SSH_ORIGINAL_COMMAND: None`