Hasleo Software Forums
Backup on NAS - Printable Version

+- Hasleo Software Forums (https://www.easyuefi.com/forums)
+-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1)
+--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=10)
+--- Thread: Backup on NAS (/showthread.php?tid=1384)

Pages: 1 2


Backup on NAS - matrix - 02-23-2023

Crashes Windows, does not execute pre command batch net use, and post command detach


RE: Backup on NAS - admin - 02-23-2023

In order to be able to quickly reproduce and fix the problem, can you describe the problem in detail? Thanks.


RE: Backup on NAS - matrix - 02-23-2023

(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.


RE: Backup on NAS - admin - 02-24-2023

(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.


RE: Backup on NAS - matrix - 02-24-2023

It is normal batch file connect.bat with

@echo off
net use Z: \\192.168.X.XXX\backup\ username password
exit


RE: Backup on NAS - matrix - 02-24-2023

Than i have after job done:

@echo off
net use Z: /delete
exit


RE: Backup on NAS - matrix - 02-24-2023

the first is exactly:
@echo off
net use Z: \\192.168.x.x\backup /user:username password
exit


RE: Backup on NAS - matrix - 02-24-2023

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?


RE: Backup on NAS - admin - 02-27-2023

(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.


RE: Backup on NAS - matrix - 03-01-2023

(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.