diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-18 16:14:48 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-18 16:14:48 -0300 | 
| commit | b3aba2204ee05a01cb2436849fd9769c73da5026 (patch) | |
| tree | dd16096cc6916c3e988a9d5f06c6a1d365e43b66 /files/sync-media | |
| parent | ded460f4e1ff66f67fc98271f9bddc4639f8ef0f (diff) | |
| download | puppet-backup-b3aba2204ee05a01cb2436849fd9769c73da5026.tar.gz puppet-backup-b3aba2204ee05a01cb2436849fd9769c73da5026.tar.bz2  | |
Avoid some maintenance tasks at media volumes on sync-media
Diffstat (limited to 'files/sync-media')
| -rw-r--r-- | files/sync-media | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/files/sync-media b/files/sync-media index 40ee19e..251ca0a 100644 --- a/files/sync-media +++ b/files/sync-media @@ -126,8 +126,8 @@ if [ ! -z "$DRIVE" ] && [ -d "$VOLUME/$MEDIA" ]; then          git annex fsck --fast        fi -      git annex unused -      git annex dropunused 1-1000 +      #git annex unused +      #git annex dropunused 1-1000        #git annex drop --auto --numcopies=2        )      fi  | 
