update bisync scripts and add python venv
This commit is contained in:
3
configs/rclone/bisync_documents.filter
Normal file
3
configs/rclone/bisync_documents.filter
Normal file
@@ -0,0 +1,3 @@
|
||||
+ **
|
||||
|
||||
- qoi
|
||||
4
configs/rclone/bisync_documents.sh
Executable file
4
configs/rclone/bisync_documents.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#/bin/bash
|
||||
|
||||
rclone bisync "$HOME/Documents" pdrive:Documents --verbose --progress \
|
||||
--filter-from "$HOME/.config/rclone/bisync_documents.filter" $*
|
||||
@@ -1,10 +1,5 @@
|
||||
+ /Music/**
|
||||
+ /Documents/**
|
||||
+ /InstantUpload/**
|
||||
+ /verenigingen/*
|
||||
+ /Desktop/**
|
||||
+ /Public/**
|
||||
+ /Videos/**
|
||||
+ /verenigingen/**
|
||||
+ /.vault/**
|
||||
|
||||
- **
|
||||
|
||||
3
configs/rclone/bisync_music.sh
Executable file
3
configs/rclone/bisync_music.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#/bin/bash
|
||||
|
||||
rclone bisync "$HOME/Music" pdrive:Music --verbose --progress $*
|
||||
Reference in New Issue
Block a user