diff --git a/roles/desktop/templates/backup.sh b/roles/desktop/templates/backup.sh index c2550ff..ca5521b 100644 --- a/roles/desktop/templates/backup.sh +++ b/roles/desktop/templates/backup.sh @@ -53,7 +53,7 @@ for dir in /home/*; do --exclude "$dir/Dropbox" \ --exclude "$dir/Nextcloud" \ --exclude "$dir/snap" \ - f - "$dir/"* \ + "$dir/."* \ | aws s3 cp - "s3://$s3bucket" \ --only-show-errors \ --storage-class STANDARD_IA