Archived
1
1

update bisync scripts and add python venv

This commit is contained in:
2025-01-27 14:20:35 +01:00
parent a87187e102
commit 1d901448ca
5 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
+ **
- qoi

View File

@@ -0,0 +1,4 @@
#/bin/bash
rclone bisync "$HOME/Documents" pdrive:Documents --verbose --progress \
--filter-from "$HOME/.config/rclone/bisync_documents.filter" $*

View File

@@ -1,10 +1,5 @@
+ /Music/**
+ /Documents/**
+ /InstantUpload/**
+ /verenigingen/*
+ /Desktop/**
+ /Public/**
+ /Videos/**
+ /verenigingen/**
+ /.vault/**
- **

3
configs/rclone/bisync_music.sh Executable file
View File

@@ -0,0 +1,3 @@
#/bin/bash
rclone bisync "$HOME/Music" pdrive:Music --verbose --progress $*