Windows 10: Any app for automatic backup of a folder to usb

Discus and support Any app for automatic backup of a folder to usb in Windows 10 Ask Insider to solve the problem; Hi, I'm looking for an app that makes a back up of a folder to a USB external drive when I plug it in and then let me use it submitted by... Discussion in 'Windows 10 Ask Insider' started by /u/LeoCx1000, Jul 14, 2020.

  1. Any app for automatic backup of a folder to usb


    Hi, I'm looking for an app that makes a back up of a folder to a USB external drive when I plug it in and then let me use it

    submitted by /u/LeoCx1000
    [link] [comments]

    :)
     
    /u/LeoCx1000, Jul 14, 2020
    #1
  2. Sean8 Win User

    Automatic backup

    I'm trying to setup automatic backup. In windows 7 I have it setup but it doesn't backup everything in that folder it backs up only stuff that was edited which causes confusion. Is there any easier way to automatically backup everything in a single folder to my external hd
     
    Sean8, Jul 14, 2020
    #2
  3. newtekie1 Win User
    Automatic backup

    Forget using the automatic backup thing built into Windows, it sucks in my experience.

    Instead use a Robocopy script and use task scheduler to automatically run it every night.

    This is the script I use:

    Code: robocopy <source> <destination> /MIR /B /w:5 /r:5[/quote] Save that to a bat file, then tell task manager to run it every night. That will back up everything in the folder nightly.

    Obviously the source is your source directory, and the destination is your destination directory.

    If you want to back up multiple directory, you can just keep adding lines to the same bat file and they will all run when it is executed.

    So if you wanted to backup your user documents to a folder called Bakcup on the external drive F:, then it would look like:

    Code: robocopy "C:\Users\username\My Documents" F:\Backup\ /MIR /B /w:5 /r:5[/quote] And remember, when you are using a path that contains a space, you need to put the quotes around the path, if the path doesn't contain a space then don't put quotes around it.
     
    newtekie1, Jul 14, 2020
    #3
  4. Sean8 Win User

    Any app for automatic backup of a folder to usb

    Automatic backup

    [/quote]Save that to a bat file, then tell task manager to run it every night. That will back up everything in the folder nightly.

    Obviously the source is your source directory, and the destination is your destination directory.

    If you want to back up multiple directory, you can just keep adding lines to the same bat file and they will all run when it is executed.

    So if you wanted to backup your user documents to a folder called Bakcup on the external drive F:, then it would look like:

    Code: robocopy "C:\Users\username\My Documents" F:\Backup\ /MIR /B /w:5 /r:5[/quote] And remember, when you are using a path that contains a space, you need to put the quotes around the path, if the path doesn't contain a space then don't put quotes around it. Click to expand... Hey thanks it works, but I had to run it as administrator. Will it backup with task scheduler? Or will the administrator have a problem.
     
    Sean8, Jul 14, 2020
    #4
Thema:

Any app for automatic backup of a folder to usb

Loading...
  1. Any app for automatic backup of a folder to usb - Similar Threads - app automatic backup

  2. Automatic backup local folder to Onedrive business

    in Windows 10 Software and Apps
    Automatic backup local folder to Onedrive business: Hi,I have a Onedrive business account and I want to select my working project folder to backup. I have searched for solution and couldn't get satisfied solution.The backup should automatically sync with Onedrive. There is a folder in C: drive default backup folder and I can...
  3. Automatic Folder Backup

    in Windows 10 Network and Sharing
    Automatic Folder Backup: DO NOT ENABLE FOLDERS BACKUP TO ONEDRIVE AUTOMATICALLY WHEN INSTALLING WINDOWS 10DO NOT MAKE ANY DECISIONS FOR USER WITHOUT THEIR APPROVALDO NOT https://answers.microsoft.com/en-us/windows/forum/all/automatic-folder-backup/9d674523-3673-488f-b9e0-8b9b98aa5e67
  4. Automatic Folder Backup

    in Windows 10 Gaming
    Automatic Folder Backup: DO NOT ENABLE FOLDERS BACKUP TO ONEDRIVE AUTOMATICALLY WHEN INSTALLING WINDOWS 10DO NOT MAKE ANY DECISIONS FOR USER WITHOUT THEIR APPROVALDO NOT https://answers.microsoft.com/en-us/windows/forum/all/automatic-folder-backup/9d674523-3673-488f-b9e0-8b9b98aa5e67
  5. Automatic Folder Backup

    in Windows 10 Software and Apps
    Automatic Folder Backup: DO NOT ENABLE FOLDERS BACKUP TO ONEDRIVE AUTOMATICALLY WHEN INSTALLING WINDOWS 10DO NOT MAKE ANY DECISIONS FOR USER WITHOUT THEIR APPROVALDO NOT https://answers.microsoft.com/en-us/windows/forum/all/automatic-folder-backup/9d674523-3673-488f-b9e0-8b9b98aa5e67
  6. Automatic backup of Pictures folder to an external drive

    in Windows 10 Software and Apps
    Automatic backup of Pictures folder to an external drive: HelloHow can I setup an automatic backup of the 'My Pictures' folder to an external USB drive?ThanksPierre https://answers.microsoft.com/en-us/windows/forum/all/automatic-backup-of-pictures-folder-to-an-external/709900ac-efa0-465b-a715-3b7de3fc710c
  7. Automatic backup of OneDrive-folders to external HDD

    in Windows 10 Ask Insider
    Automatic backup of OneDrive-folders to external HDD: I have my OneDrive-folders saved localy on my computer, but I also have an external HDD connected to my router for backups. Using the build-in backup feature in Windows I can't get it to actually backup the content in THE OneDrive-folders to the external HDD. Is there a way...
  8. Windows 10 Automatic File/Folder Backup

    in Windows 10 Network and Sharing
    Windows 10 Automatic File/Folder Backup: I've been running Windows 10 automatic file/folder backup for quite some time, and it was working fine before the latest massive Windows 10 update. My files/folders are directed to be saved every 20 minutes to an external drive connected via a USB port. Now, I could be wrong,...
  9. Backup a folder automatically and incrementally

    in Windows 10 Backup and Restore
    Backup a folder automatically and incrementally: Hi, I have a folder, for example: C:\MASTER -> (A) that I want to backup to: D:\MASTER_BACKUP -> (B) I want to do it manually or automatically when I want. "C:\MASTER" must be always untouched by the software, but also the software but compare A and B folder...
  10. Batchfile to automatically backup a folder

    in Windows 10 Backup and Restore
    Batchfile to automatically backup a folder: I have tried several free file/folder backup utilities, with not much success. the most success I had was with backup maker, but although it states free for private use, it still pops,up a nag screen occaisonly, I could accept this better , if I jones in advance, rather...