Archived
1
1

cleanup rclone config

This commit is contained in:
2025-01-01 13:40:02 +01:00
parent 5f85f4d04a
commit 0a6f88b5d8
5 changed files with 31 additions and 37 deletions

View File

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

View File

@@ -0,0 +1,4 @@
#/bin/bash
rclone bisync \"/mnt/backup/proton/\" pdrive: --verbose --progress \
--filter-from \"/home/$USERNAME/.config/rclone/bisync_backup.filter\" $*

View File

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

4
configs/rclone/bisync_home.sh Executable file
View File

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