rlm@0: #!/bin/sh rlm@0: rlm@0: tar -vcpjf /backups/system-$(date +"%F-%H:%M").tar.bz2 \ rlm@0: --one-file-system \ rlm@0: --exclude=/proc/* \ rlm@0: --exclude=/sys/* \ rlm@0: --exclude=/dev/* \ rlm@0: --exclude=/tmp/* \ rlm@0: --exclude=/lost+found \ rlm@0: --exclude=/boot/lost+found \ rlm@3: --exclude=/root/* \ rlm@3: --exclude=/kernel/* \ rlm@0: -C / /boot /