Skip to content
Snippets Groups Projects
Verified Commit 5f8df287 authored by David Hoese's avatar David Hoese
Browse files

Add prune empty dirs flag to archive incoming script

parent 1c091bd9
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ from metobscommon.archive import (
CACHE_ROOT)
rsync = sh.Command("rsync")
rsync = rsync.bake("-rlptoDqu")
rsync = rsync.bake("-rmlptoDqu")
LOG = logging.getLogger(__name__)
......
# DEPRECATED: NO LONGER USED!
[instrument:aoss.aeri]
data_structure=DS_SDIR
name_format=AE%%y%%m%%d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment