I'm looking for a software which I can use to do a monthly backup of select folders to an internal hard drive. The only requirement is that the software needs to be able to start up the drive only for the backup and keep it shutdown at all other times. I don't need a full image backup or any cloud functionality.
If such a thing isn't possible, I'm willing to unplug the sata cables and reconnect then once a month. Does anyone have any suggestions for a basic backup software? The drive for some reason doesn't show up in Windows File History.
Thank you
Simple Backup Software Required
-
- Posts: 1
- Joined: Thu Mar 27, 2025 6:23 am
Simple Backup Software Required
Hello, nice to meet youfall guys
-
- Posts: 2042
- Joined: Thu May 23, 2013 7:57 am
Re: Simple Backup Software Required
Hi,
You can use our commercial edition: Backup4all, that allows you to run an action before the backup and another action after the backup.
This way, you schedule the backup execution once a month and you configure two batch files to start and stop the drive you need.
You can use our commercial edition: Backup4all, that allows you to run an action before the backup and another action after the backup.
This way, you schedule the backup execution once a month and you configure two batch files to start and stop the drive you need.
Do you know you can monitor your backups remotely with Backup4all Monitor? You can read more here: https://www.backup4all.com/backup4all-monitor.html
Re: Simple Backup Software Required
Do you have any tips on how to create those batch files for starting and stopping the drive? I want to make sure I set them up correctly to avoid any issues during the backup process.
papa's scooperia Have a nice day!
-
- Posts: 2042
- Joined: Thu May 23, 2013 7:57 am
Re: Simple Backup Software Required
Hi,
Here is a forum discussion about how to shutdown a drive in Windows:
https://superuser.com/questions/510756/ ... ing-it-out
To disable the drive, the command should be:
devcon disable <hardware id>
To enable the drive, the command is:
devcon enable <hardware id>
Here is a forum discussion about how to shutdown a drive in Windows:
https://superuser.com/questions/510756/ ... ing-it-out
To disable the drive, the command should be:
devcon disable <hardware id>
To enable the drive, the command is:
devcon enable <hardware id>
Do you know you can monitor your backups remotely with Backup4all Monitor? You can read more here: https://www.backup4all.com/backup4all-monitor.html