TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Backup your Documents folder

    Windows
    1
    1
    2.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RussR
      Russ
      last edited by Russ

      You'll probably want to change c:\MyDocsBackup to a different location like \nas\Public\MyDocsBackup.

      /r:1 means retry only once.
      /w:1 means wait only one second for any open files to close before moving on.
      /mir means mirror - so it will delete anything in the target folder that no longer exists in the source.

      robocopy /r:1 /w:1 /mir %userprofile%\Documents c:\MyDocsBackup\Documents

      Russell VanderMey

      1 Reply Last reply Reply Quote 0
      • First post
        Last post