-
-
Save alejor/bf8e83dd2cd860e87e32 to your computer and use it in GitHub Desktop.
Comandos Sincronización Laptop <-> Disco Externo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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