Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Backup on NAS
#1
Crashes Windows, does not execute pre command batch net use, and post command detach
Reply
#2
In order to be able to quickly reproduce and fix the problem, can you describe the problem in detail? Thanks.
Reply
#3
(02-23-2023, 06:37 PM)admin Wrote: In order to be able to quickly reproduce and fix the problem, can you describe the problem in detail? Thanks.

Windows 11 freezes when backup on NAS(Linux SMB), that is the problem, and does not execute batch file to connect netdrive, ot disconnect.
Reply
#4
(02-23-2023, 07:01 PM)matrix Wrote:
(02-23-2023, 06:37 PM)admin Wrote: In order to be able to quickly reproduce and fix the problem, can you describe the problem in detail? Thanks.

Windows 11 freezes when backup on NAS(Linux SMB), that is the problem, and does not execute batch file to connect netdrive, ot disconnect.

Could you please provide us with the batch file you used? We need it to do some testing.
Reply
#5
It is normal batch file connect.bat with

@echo off
net use Z: \\192.168.X.XXX\backup\ username password
exit
Reply
#6
Than i have after job done:

@echo off
net use Z: /delete
exit
Reply
#7
the first is exactly:
@echo off
net use Z: \\192.168.x.x\backup /user:username password
exit
Reply
#8
I tried something:
i connect the network drive with my batch, than i make a backup job, chosse Z:, your software asks about credentials, and than path for backup is \\192..168 ...,

i reboot and it makes backups, without asking username and pass, but why he doesn't ask before, if NAS or Local disk?
Reply
#9
(02-24-2023, 01:43 AM)matrix Wrote: I tried something:
i connect the network drive with my batch, than i make a backup job, chosse Z:, your software asks about credentials, and than path for backup is \\192..168 ...,

i reboot and it makes backups, without asking username and pass, but why he doesn't ask before, if NAS or Local disk?

Hasleo Backup Suite saves used access credentials in the database, so it will only ask once.
Reply
#10
(02-27-2023, 11:29 PM)admin Wrote:
(02-24-2023, 01:43 AM)matrix Wrote: I tried something:
i connect the network drive with my batch, than i make a backup job, chosse Z:, your software asks about credentials, and than path for backup is \\192..168 ...,

i reboot and it makes backups, without asking username and pass, but why he doesn't ask before, if NAS or Local disk?

Hasleo Backup Suite saves used access credentials in the database, so it will only ask once.
But you can't choose SMB path, you must first connect as network drive.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)