02-23-2023, 05:56 PM
Crashes Windows, does not execute pre command batch net use, and post command detach
Backup on NAS
|
02-23-2023, 05:56 PM
Crashes Windows, does not execute pre command batch net use, and post command detach
02-23-2023, 06:37 PM
In order to be able to quickly reproduce and fix the problem, can you describe the problem in detail? Thanks.
02-23-2023, 07:01 PM
02-24-2023, 12:10 AM
(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. Could you please provide us with the batch file you used? We need it to do some testing.
02-24-2023, 01:00 AM
It is normal batch file connect.bat with
@echo off net use Z: \\192.168.X.XXX\backup\ username password exit
02-24-2023, 01:03 AM
Than i have after job done:
@echo off net use Z: /delete exit
02-24-2023, 01:06 AM
the first is exactly:
@echo off net use Z: \\192.168.x.x\backup /user:username password exit
02-24-2023, 01:43 AM
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?
02-27-2023, 11:29 PM
(02-24-2023, 01:43 AM)matrix Wrote: I tried something: Hasleo Backup Suite saves used access credentials in the database, so it will only ask once.
03-01-2023, 11:49 PM
(02-27-2023, 11:29 PM)admin Wrote:But you can't choose SMB path, you must first connect as network drive.(02-24-2023, 01:43 AM)matrix Wrote: I tried something: |
« Next Oldest | Next Newest »
|