Backup to Other Tab

Features wanted...
Post Reply
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Backup to Other Tab

Post by SkyFrontier »

Currently when I have to backup stuff (and had to backup a lot lately!), I open a source folder on pane 1, destination folder on pane 2 and start looking for files to copy/move/backup. When I need to BACKUP, I find it easy to "copy tab to another pane", then right click on file(s) and "Move/Copy/Backup to>Backup To>Tabs>*destination folder*.
Why not:
-have access to inactive pane's entries at *destination folder*?
-(easier and preferred) have a "Panes\Backup to Other Pane" function, which I could also assign a CKS/CTB to?
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Backup to Other Tab

Post by TheQwerty »

There's always scripting:

Code: Select all

Focus("List");BackupTo("<get path i>");

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Backup to Other Tab

Post by SkyFrontier »

Anyway to refresh inactive pane so I can SEE the backup-ed file?
Work around made with:

Code: Select all

Focus("List");BackupTo("<get path i>");focus "PI"; #485; focus "PI"
...any way to get rid of backup confirm dialog?

-THANKS, by the way! Ah, if I had that idea two weeks ago...
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Backup to Other Tab

Post by j_c_hallgren »

SkyFrontier wrote:Why not:
-have access to inactive pane's entries at *destination folder*?
-(easier and preferred) have a "Panes\Backup to Other Pane" function,
Somewhere way back (maybe 2 yrs+?...I'm not going to try and find it), there was a thread similar to this (or part of a thread)...I don't know if I was the OP or not but it was how x2 gives you as default in prompt for destination (when in DP mode) the opposite pane and I'd suggested similar for XY.

Right now, you can easily select CopyTo>Tabs>xxxx to get a tab on current pane but there isn't an easy way to get access to other pane tabs so I'd suggested something like "Active Tabs"/"Inactive Tabs" or "Active Pane Tabs"/"Inactive Pane Tabs" or similar as choices for the interim...that would only add one item to that menu and give more flexability.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

admin
Site Admin
Posts: 66347
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Backup to Other Tab

Post by admin »

SkyFrontier wrote:-(easier and preferred) have a "Panes\Backup to Other Pane" function, which I could also assign a CKS/CTB to?
Admittedly this sounds like a very XY-ish proposal. We have this Move/Copy/Backup trinity in many places...

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Backup to Other Tab

Post by SkyFrontier »

Admin:
Admittedly this sounds like a very XY-ish proposal. We have this Move/Copy/Backup trinity in many places...
Which is PERFECT! So far, I had to pack using WinRAR and setting the app to keep creation/last accessed dates, thus allowing to safely move backup files around and in some cases preserving dates for research/reference purposes.
XYplorer made my life easier in many aspects.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

admin
Site Admin
Posts: 66347
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Backup to Other Tab

Post by admin »

SkyFrontier wrote:
Admin:
Admittedly this sounds like a very XY-ish proposal. We have this Move/Copy/Backup trinity in many places...
Which is PERFECT! So far, I had to pack using WinRAR and setting the app to keep creation/last accessed dates, thus allowing to safely move backup files around and in some cases preserving dates for research/reference purposes.
XYplorer made my life easier in many aspects.
Fine. But what you need "Backup to Other Pane" for? Is it only to watch the backup arriving at the other side?

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Backup to Other Tab

Post by SkyFrontier »

I need to keep pane 1 as "source" and pane 2 as "destination", so I can freely navigate and split different pieces of info from "source" into several "destinations" while keeping an eye on results in the same second.
-disabling "backup done" dialog could speed up things a lot, once we still could get similar effect via statusbar - I believe that the entire dialog could fit there, just my opinion.
-some times I have to set "pane 2/destination" as active and hit "refresh/F5" to check backup is REALLY there, as it is not showed immediately. Without the above mentioned dialog, I could adapt a little script I am currently using to workaround this issue.
Thanks!
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

admin
Site Admin
Posts: 66347
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Backup to Other Tab

Post by admin »

SkyFrontier wrote:I need to keep pane 1 as "source" and pane 2 as "destination", so I can freely navigate and split different pieces of info from "source" into several "destinations" while keeping an eye on results in the same second.
-disabling "backup done" dialog could speed up things a lot, once we still could get similar effect via statusbar - I believe that the entire dialog could fit there, just my opinion.
-some times I have to set "pane 2/destination" as active and hit "refresh/F5" to check backup is REALLY there, as it is not showed immediately. Without the above mentioned dialog, I could adapt a little script I am currently using to workaround this issue.
Thanks!
I'll think about it...

Post Reply