Skip to content

Commit 93124d3

Browse files
committed
Added restic diff snippet
1 parent 832fc1e commit 93124d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snippets/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Some pieces of code I find useful for some reason.
149149
- `restic -r sftp://[email protected]:2222//my-restic-repo snapshots`
150150
- `mkdir mymountpoint && restic mount mymountpoint`, `cat mymountpoint/snapshots/latest/myfile.txt`
151151
- `restic snapshots latest --json | jq -r '.[0].id'`
152+
- `restic diff --metadata a1b2 c3d4`
152153
- `RCLONE_CONFIG=rclone.conf rclone config`, `rclone config --config=rclone.conf`
153154
- `RCLONE_CONFIG= rclone config file`, `rclone --config= config file`
154155
- `echo -e '[mygdrive]\ntype = drive\nscope = drive\nroot_folder_id = ...' > ~/.config/rclone/rclone.conf`, `rclone config reconnect mygdrive:`

0 commit comments

Comments
 (0)