summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jan <Jan@web>2015-01-09 23:49:31 +0000
committerGravatar admin <admin@branchable.com>2015-01-09 23:49:31 +0000
commit128270023f9798939cbc1cdb772a4e73571372b2 (patch)
tree42fcaf9ec29618a4b3c17f5f1c4b49418436060f
parent654407865f337901a7ccd91f856ff4b39813f743 (diff)
-rw-r--r--doc/forum/Sync_files_from_remote_to_remote.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/Sync_files_from_remote_to_remote.mdwn b/doc/forum/Sync_files_from_remote_to_remote.mdwn
index 597edbf5f..a723c33f3 100644
--- a/doc/forum/Sync_files_from_remote_to_remote.mdwn
+++ b/doc/forum/Sync_files_from_remote_to_remote.mdwn
@@ -1,5 +1,5 @@
Not sure if this use case is supported, but I have the following setup - I use git-annex to store my Lightroom catalog and photos. My local machine does not contain all files, `.mov` files for example are excluded via the preferred content mechanism. The full backup is on a remote server using ssh.
-Now I want to create another copy of the data (encrypted) from my local machine to a USB stick or similar. I found that the locally excluded files are not synced. In order to copy all the data I first need to change the preferred content config, execute `git-annex get` to fetch the data, then copy via `git annex sync myusbremote --content`, then change the local preferred content pattern, then run `git annex drop --auto` to delete the local unwanted content again.
+Now I want to create another copy of the data (encrypted) from my local machine to a USB stick or similar. I found that the locally excluded files are not synced. In order to copy all the data I first need to change the preferred content config, execute `git-annex get` to fetch the data, then copy via `git-annex sync myusbremote --content`, then change the local preferred content pattern, then run `git annex drop --auto` to delete the local unwanted content again.
I was wondering if there's a way to sync from one remote to another, without storing any data locallly ? Something like `git-annex sync --from ... --to ...`.