diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-09 15:56:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-09 15:56:11 -0300 |
commit | 1542168f8436a66fdbe1e291b81f871c6d34c429 (patch) | |
tree | 027beb8a4392fb35906acc7287fe2fec9dacab90 /files | |
parent | 91938704f802cc108de2e80142b9478016ed67ed (diff) | |
parent | 3114ea4058ca7d26a78b24f84a8e5d9ea9f343cf (diff) | |
download | puppet-backup-1542168f8436a66fdbe1e291b81f871c6d34c429.tar.gz puppet-backup-1542168f8436a66fdbe1e291b81f871c6d34c429.tar.bz2 |
Merge branch 'master' into develop
Diffstat (limited to 'files')
-rw-r--r-- | files/sync-media | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/sync-media b/files/sync-media index 943986b..5a432f8 100644 --- a/files/sync-media +++ b/files/sync-media @@ -211,6 +211,7 @@ elif [ ! -z "$REMOTE" ]; then ( cd $CACHE/$folder git annex copy . --to $REMOTE + git annex sync ) else echo "No such remote $REMOTE" |