Skip to content

Instantly share code, notes, and snippets.

@janikvonrotz
Last active September 21, 2020 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janikvonrotz/0b667431ab1b6726a389273d90621fa8 to your computer and use it in GitHub Desktop.
Save janikvonrotz/0b667431ab1b6726a389273d90621fa8 to your computer and use it in GitHub Desktop.
Backup to external drive

Backupt to external drive

robocopy C:\Users\janik\LocalDrive D:\LocalDrive /MIR /R:1 /W:0 /XD node_modules

robocopy C:\Users\janik\Nextcloud D:\Nextcloud /MIR /R:1 /W:0

robocopy C:\Users\janik\Nextcloud2 D:\Nextcloud2 /MIR /R:1 /W:0

robocopy C:\Users\janik\janikv.cloud D:\janikv.cloud /MIR /R:1 /W:0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment