Skip to content

Instantly share code, notes, and snippets.

@alejor
Created December 5, 2014 21:44
Show Gist options
  • Save alejor/bf8e83dd2cd860e87e32 to your computer and use it in GitHub Desktop.
Save alejor/bf8e83dd2cd860e87e32 to your computer and use it in GitHub Desktop.
Comandos Sincronización Laptop <-> Disco Externo
Sync home:
rsync -aAXv /home/neko/. /run/media/neko/72E182764E76FD92/
Sync Archlinux:
rsync -aAXv --delete --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/home/*","/boot/*","/etc/fstab"} /* /run/media/neko/archlinux/ && cp -v /boot/* /run/media/neko/archlinux/boot/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment