Kann ich auch mit dem Wert dann rechnen und z.B. nur Dateien die neuer sind als x Tage damit sichern?
find . -mtime -1d
#!/bin/sh
DATUM=`date +%d-%m`
#Daten sichern
tar cvfz /srv/backup/daten/user.$DATUM.tar.gz /var/www/webxx/html
find . -mtime -1d
hornox:~# tar cvN 1234567890 >nix.tar
tar: Substituting 1901-12-13 21:45 for unknown date format `1234567890'
tar: Cowardly refusing to create an empty archive
Try `tar --help' or `tar --usage' for more information.
We use essential cookies to make this site work, and optional cookies to enhance your experience.