6 lines
296 B
Bash
Executable File
6 lines
296 B
Bash
Executable File
#!/bin/bash
|
|
|
|
lockfile-create "/tmp/AkhesaTheo.lockfile"
|
|
/usr/bin/rsync -arvlp --bwlimit=1000 --size-only --exclude videos --exclude AppData --exclude Downloads --exclude Music /media/Akhesa/Théo/ /media/MEMUP/AkhesaTheo/ >/tmp/sync.log 2>/tmp/sync.err
|
|
lockfile-remove "/tmp/AkhesaTheo.lockfile"
|