Is there a way to fuse mount a new empty backup?
My scenario is this, i want to backup something that is not stored on the local machine but rather pulled via script/command whitout having to download it first to local disk and then back it up.
Ie. Im using gcloud sdk to copy files from a google sotrage space and then want to pipe those files directly into a pbs backup.
Can this be done?
Either with a fuse mount or some pipeline magic?
Bonus points if the fuse moint point can contain a snapshot of the previous backup, then i can vopy in only the changes rsync like.
My scenario is this, i want to backup something that is not stored on the local machine but rather pulled via script/command whitout having to download it first to local disk and then back it up.
Ie. Im using gcloud sdk to copy files from a google sotrage space and then want to pipe those files directly into a pbs backup.
Can this be done?
Either with a fuse mount or some pipeline magic?
Bonus points if the fuse moint point can contain a snapshot of the previous backup, then i can vopy in only the changes rsync like.