Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
10
.bin/OLD/KAPUTT/backup_laptop.sh
Executable file
10
.bin/OLD/KAPUTT/backup_laptop.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
DATE="$(date +%F_%H-%M-%S)"
|
||||
SRC="/"
|
||||
DST="sdk@192.168.1.20:/tank/BACKUP/"
|
||||
|
||||
ROPTS="--archive --human-readable --progress --size-only"
|
||||
|
||||
rsync --archive --human-readable --progress --size-only --link-dest $PWD/current source "$PWD/destination"
|
||||
Reference in New Issue
Block a user