Windows 10: Automatic Folder Backup

Discus and support Automatic Folder Backup in Windows 10 Software and Apps to solve the problem; DO NOT ENABLE FOLDERS BACKUP TO ONEDRIVE AUTOMATICALLY WHEN INSTALLING WINDOWS 10DO NOT MAKE ANY DECISIONS FOR USER WITHOUT THEIR APPROVALDO NOT... Discussion in 'Windows 10 Software and Apps' started by Omid Shojaee, Dec 13, 2022.

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

    :)
     
    Omid Shojaee, Dec 13, 2022
    #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, Dec 13, 2022
    #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, Dec 13, 2022
    #3
  4. Sean8 Win User

    Automatic Folder Backup

    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, Dec 13, 2022
    #4
Thema:

Automatic Folder Backup

Loading...
  1. Automatic Folder Backup - Similar Threads - Automatic Folder Backup

  2. Is it possible to backup a Onedrive folder automatically

    in Windows 10 Gaming
    Is it possible to backup a Onedrive folder automatically: HiI have a huge folder of photos that is stored only on my onedrive - it is too large to have on my local drive.I would like to back this folder up reguarly to my backup external hard drive.Is there a way to do this?...
  3. Is it possible to backup a Onedrive folder automatically

    in Windows 10 Software and Apps
    Is it possible to backup a Onedrive folder automatically: HiI have a huge folder of photos that is stored only on my onedrive - it is too large to have on my local drive.I would like to back this folder up reguarly to my backup external hard drive.Is there a way to do this?...
  4. 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
  5. 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
  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. Any app for automatic backup of a folder to usb

    in Windows 10 Ask Insider
    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] https://www.reddit.com/r/Windows10/comments/hrf4qy/any_app_for_automatic_backup_of_a_folder_to_usb/
  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...