Skip to content

Commit 8dc345a

Browse files
committed
stuff for freebox
1 parent 08fa059 commit 8dc345a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mount-freebox.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
sudo mount -o username=freebox,vers=1.0 //192.168.1.220/"Disque dur" /media/frrol/freebox/

rsync-photos-to-desktop.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
rsync -av --dry-run /media/frrol/freebox/Photos/ /home/frrol/Bureau/Photos
3+
4+
# Note: there is a trailing slash on source dir to specify NOT to create similar dir onto destination
5+

0 commit comments

Comments
 (0)