We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832fc1e commit 93124d3Copy full SHA for 93124d3
snippets/README.md
@@ -149,6 +149,7 @@ Some pieces of code I find useful for some reason.
149
- `restic -r sftp://[email protected]:2222//my-restic-repo snapshots`
150
- `mkdir mymountpoint && restic mount mymountpoint`, `cat mymountpoint/snapshots/latest/myfile.txt`
151
- `restic snapshots latest --json | jq -r '.[0].id'`
152
+ - `restic diff --metadata a1b2 c3d4`
153
- `RCLONE_CONFIG=rclone.conf rclone config`, `rclone config --config=rclone.conf`
154
- `RCLONE_CONFIG= rclone config file`, `rclone --config= config file`
155
- `echo -e '[mygdrive]\ntype = drive\nscope = drive\nroot_folder_id = ...' > ~/.config/rclone/rclone.conf`, `rclone config reconnect mygdrive:`
0 commit comments