diff --git a/docs/quickstart.rst b/docs/quickstart.rst index e02b5ca1..1557f791 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -79,7 +79,7 @@ of old archives:: # Backup all of /home and /var/www except a few # excluded directories attic create --stats \ - $REPOSITORY::hostname-`date +%Y-%m-%d` \ + $REPOSITORY::`hostname`-`date +%Y-%m-%d` \ /home \ /var/www \ --exclude /home/*/.cache \