Very nice program and easy to use
When I am in the Sync tab I can start syncronization from a network directory
while in the Backup tab it is possible to start only from local drives.
Is there a way to backup network directories?
Thanks
New: Kanri (Oct 9, '24), Platform 29.5.3 (Jun 27, '24)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
Very nice program and easy to use
When I am in the Sync tab I can start syncronization from a network directory
while in the Backup tab it is possible to start only from local drives.
Is there a way to backup network directories?
Thanks
only way to do this at the moment it to map the network directory to a drive letter and then is should work fine.
Ok, I'll try to do this way
Thanks
Ok, I'll try this also because I was just searching for this feature.
(Could support for backup from network drive be added in the near future?)
Cheers.
Your recommendation works like a champ for sync to NETWORK drive.
I would not have thought of mapping the NETWORK drive as I have been away from office networks for several years. Now I have my little home wireless.
With the dual speed wireless routers having a USB for storage devices I recommend you provide a discussion for NETWORK hook up in your HELP EXAMPLE section.
Now my explorer file tree shows both the mapped drive and the NETWORK location.
As other discussions in the forum indicate, the NETWORK location doesn't work but the mapped drive does.
Well, I'm waiting this feature... Meanwhile I use this script
execute("C:\\Windows\\System32\\cmd.exe /C net use z: \\\\192.168.1.3\\backup")
sync("AppData")
execute("C:\\Windows\\System32\\cmd.exe /C net use z: /delete")