$ sudo rsync -av --progress --exclude="filetobeexcluded" --exclude="foldertobeexcluded" /sourcedir /destinationdir
I like cp -r command but this rsync is awesome too!
Hooray!
피드 구독하기:
글 (Atom)
Xubuntu: Installing a Printer (Canon G3060 PIXMA)
$ sudo apt install system-config-printer Download the proper driver for linux from Canon website. Turn on the printer and set up its WiFi. C...
-
$ sudo apt install system-config-printer Download the proper driver for linux from Canon website. Turn on the printer and set up its WiFi. C...
-
https://askubuntu.com/questions/1056386/how-do-i-backup-all-gnome-tweaks-configuration From the terminal, execute the following to save y...
-
cp -r ~/.config/xfce4 BACKUP_PATH To back up other applications' settings including xfce4 cp -r ~/.config/ BACKUP_PATH